mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-09-23 23:42:25 +00:00
25 lines
1.4 KiB
Plaintext
25 lines
1.4 KiB
Plaintext
digraph "CameraInstruction::FovInstruction" {
|
|
rankdir = LR
|
|
150
|
|
150 -> 151
|
|
151 -> 152
|
|
150 -> 153
|
|
153 -> 154
|
|
150 -> 155
|
|
155 -> 156
|
|
150 -> 157
|
|
157 -> 158
|
|
|
|
150 [label="CameraInstruction::FovInstruction",comment="name: \"CameraInstruction::FovInstruction\", typeName: \"\", id: 150, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
151 [label="Field of View",comment="name: \"Field of View\", typeName: \"\", id: 151, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
152 [label="float",comment="name: \"float\", typeName: \"\", id: 152, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
153 [label="FOV Ease Time",comment="name: \"FOV Ease Time\", typeName: \"\", id: 153, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
154 [label="float",comment="name: \"float\", typeName: \"\", id: 154, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
155 [label="FOV Ease Type",comment="name: \"FOV Ease Type\", typeName: \"\", id: 155, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
156 [label="byte",comment="name: \"byte\", typeName: \"\", id: 156, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
157 [label="Field of View Clear",comment="name: \"Field of View Clear\", typeName: \"bool\", id: 157, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
|
|
158 [label="bool",comment="name: \"bool\", typeName: \"\", id: 158, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;152;154;156;158}
|
|
|
|
}
|