mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-06-20 10:39:32 +00:00
21 lines
1.2 KiB
Plaintext
21 lines
1.2 KiB
Plaintext
digraph "CameraPresets" {
|
|
rankdir = LR
|
|
2
|
|
2 -> 3
|
|
3 -> 4
|
|
4 -> 5
|
|
3 -> 6
|
|
6 -> 7
|
|
7 -> 100
|
|
|
|
2 [label="CameraPresets",comment="name: \"CameraPresets\", typeName: \"\", id: 2, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
3 [label="Presets",comment="name: \"Presets\", typeName: \"\", id: 3, branchId: 0, recurseId: -1, attributes: 8, notes: \"\""];
|
|
4 [label="List Size",comment="name: \"List Size\", typeName: \"\", id: 4, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
5 [label="unsigned varint",comment="name: \"unsigned varint\", typeName: \"\", id: 5, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
6 [label="example element",style=dotted,comment="name: \"example element\", typeName: \"\", id: 6, branchId: 0, recurseId: -1, attributes: 16, notes: \"\""];
|
|
7 [label="Camera Preset",comment="name: \"Camera Preset\", typeName: \"SharedTypes::v1_21_80::CameraPreset\", id: 7, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
|
|
100 [label="SharedTypes::v1_21_80::CameraPreset",comment="name: \"SharedTypes::v1_21_80::CameraPreset\", typeName: \"\", id: 100, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;5;100}
|
|
|
|
}
|