mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-07-15 04:34:43 +00:00
29 lines
2.1 KiB
Plaintext
29 lines
2.1 KiB
Plaintext
digraph "CameraInstruction" {
|
|
rankdir = LR
|
|
2
|
|
2 -> 3
|
|
3 -> 92
|
|
2 -> 93
|
|
93 -> 94
|
|
2 -> 95
|
|
95 -> 130
|
|
2 -> 131
|
|
131 -> 142
|
|
2 -> 143
|
|
143 -> 144
|
|
|
|
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: \"\""];
|
|
92 [label="std::optional<struct CameraInstruction::SetInstruction>",comment="name: \"std::optional<struct CameraInstruction::SetInstruction>\", typeName: \"\", id: 92, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
93 [label="Clear",comment="name: \"Clear\", typeName: \"std::optional<bool>\", id: 93, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
|
|
94 [label="std::optional<bool>",comment="name: \"std::optional<bool>\", typeName: \"\", id: 94, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
95 [label="Fade",comment="name: \"Fade\", typeName: \"std::optional<struct CameraInstruction::FadeInstruction>\", id: 95, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
|
|
130 [label="std::optional<struct CameraInstruction::FadeInstruction>",comment="name: \"std::optional<struct CameraInstruction::FadeInstruction>\", typeName: \"\", id: 130, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
131 [label="Target",comment="name: \"Target\", typeName: \"std::optional<struct CameraInstruction::TargetInstruction>\", id: 131, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
|
|
142 [label="std::optional<struct CameraInstruction::TargetInstruction>",comment="name: \"std::optional<struct CameraInstruction::TargetInstruction>\", typeName: \"\", id: 142, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
143 [label="RemoveTarget",comment="name: \"RemoveTarget\", typeName: \"std::optional<bool>\", id: 143, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
|
|
144 [label="std::optional<bool>",comment="name: \"std::optional<bool>\", typeName: \"\", id: 144, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;92;94;130;142;144}
|
|
|
|
}
|