1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-09-21 14:59:35 +00:00
Files
bedrock-protocol-docs/dot/CameraInstruction.dot
2025-07-09 13:43:22 -07:00

33 lines
2.6 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 -> 145
145 -> 160
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: \"\""];
145 [label="FieldOfView",comment="name: \"FieldOfView\", typeName: \"std::optional<struct CameraInstruction::FovInstruction>\", id: 145, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
160 [label="std::optional<struct CameraInstruction::FovInstruction>",comment="name: \"std::optional<struct CameraInstruction::FovInstruction>\", typeName: \"\", id: 160, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;92;94;130;142;144;160}
}