1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-02-23 20:56:46 +00:00
bedrock-protocol-docs/dot/CameraInstruction__SetInstruction__FacingOption.dot
2025-01-14 10:52:29 -08:00

13 lines
593 B
Plaintext

digraph "CameraInstruction::SetInstruction::FacingOption" {
rankdir = LR
50
50 -> 51
51 -> 52
50 [label="CameraInstruction::SetInstruction::FacingOption",comment="name: \"CameraInstruction::SetInstruction::FacingOption\", typeName: \"\", id: 50, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
51 [label="Facing Pos",comment="name: \"Facing Pos\", typeName: \"Vec3\", id: 51, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
52 [label="Vec3",comment="name: \"Vec3\", typeName: \"\", id: 52, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;52}
}