1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-05-01 20:54:12 +00:00
Files
bedrock-protocol-docs/dot/CameraInstruction__SetInstruction__ViewOffsetOption.dot
Oswaldo Leyva Barrientos a27d6bb22a Protocol for r/21_u6 NetworkProtocolVersion 776 ()
* Protocol for r/21_u6 NetworkProtocolVersion 776

* Protocol for r/21_u6 NetworkProtocolVersion 776 - Fix README version

* Protocol for r/21_u6 NetworkProtocolVersion 776 - Fix changelog release

* Protocol for r/21_u6 NetworkProtocolVersion 776 - Add NoteBlockInstrument to protocol doc
2025-02-13 19:28:13 -08:00

17 lines
898 B
Plaintext

digraph "CameraInstruction::SetInstruction::ViewOffsetOption" {
rankdir = LR
60
60 -> 61
61 -> 62
60 -> 63
63 -> 64
60 [label="CameraInstruction::SetInstruction::ViewOffsetOption",comment="name: \"CameraInstruction::SetInstruction::ViewOffsetOption\", typeName: \"\", id: 60, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
61 [label="View Offset X",comment="name: \"View Offset X\", typeName: \"\", id: 61, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
62 [label="float",comment="name: \"float\", typeName: \"\", id: 62, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
63 [label="View Offset Y",comment="name: \"View Offset Y\", typeName: \"\", id: 63, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
64 [label="float",comment="name: \"float\", typeName: \"\", id: 64, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;62;64}
}