1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-09-26 18:45:11 +00:00
Files
bedrock-protocol-docs/dot/std__optional_struct_CameraInstruction__FovInstruction_.dot
2025-07-09 13:43:22 -07:00

17 lines
1.0 KiB
Plaintext

digraph "std::optional<struct CameraInstruction::FovInstruction>" {
rankdir = LR
146
146 -> 147
147 -> 148
146 -> 149
149 -> 159
146 [label="std::optional<struct CameraInstruction::FovInstruction>",comment="name: \"std::optional<struct CameraInstruction::FovInstruction>\", typeName: \"\", id: 146, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
147 [label="Has Value",comment="name: \"Has Value\", typeName: \"\", id: 147, branchId: 0, recurseId: -1, attributes: 0, notes: \"If true, follow with appropriate data type, otherwise nothing\""];
148 [label="bool",comment="name: \"bool\", typeName: \"\", id: 148, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
149 [label="Value",comment="name: \"Value\", typeName: \"CameraInstruction::FovInstruction\", id: 149, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
159 [label="CameraInstruction::FovInstruction",comment="name: \"CameraInstruction::FovInstruction\", typeName: \"\", id: 159, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;148;159}
}