mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-02-24 00:25:58 +00:00
21 lines
1.3 KiB
Plaintext
21 lines
1.3 KiB
Plaintext
digraph "CameraInstruction" {
|
|
rankdir = LR
|
|
2
|
|
2 -> 3
|
|
3 -> 7
|
|
2 -> 8
|
|
8 -> 9
|
|
2 -> 10
|
|
10 -> 14
|
|
|
|
2 [label="CameraInstruction",comment="name: \"CameraInstruction\", typeName: \"\", id: 2, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
3 [label="Set",comment="name: \"Set\", typeName: \"std::optional<struct CameraInstruction::SetInstruction>\", id: 3, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
|
|
7 [label="std::optional<struct CameraInstruction::SetInstruction>",comment="name: \"std::optional<struct CameraInstruction::SetInstruction>\", typeName: \"\", id: 7, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
8 [label="Clear",comment="name: \"Clear\", typeName: \"std::optional<bool>\", id: 8, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
|
|
9 [label="std::optional<bool>",comment="name: \"std::optional<bool>\", typeName: \"\", id: 9, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
10 [label="Fade",comment="name: \"Fade\", typeName: \"std::optional<struct CameraInstruction::FadeInstruction>\", id: 10, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
|
|
14 [label="std::optional<struct CameraInstruction::FadeInstruction>",comment="name: \"std::optional<struct CameraInstruction::FadeInstruction>\", typeName: \"\", id: 14, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;7;9;14}
|
|
|
|
}
|