1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-11-06 11:15:17 +00:00
Files
bedrock-protocol-docs/dot/CameraInstruction__AttachToEntityInstruction.dot

13 lines
578 B
Plaintext

digraph "CameraInstruction::AttachToEntityInstruction" {
rankdir = LR
0
0 -> 1
1 -> 2
0 [label="CameraInstruction::AttachToEntityInstruction",comment="name: \"CameraInstruction::AttachToEntityInstruction\", typeName: \"\", id: 0, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
1 [label="Entity Actor ID",comment="name: \"Entity Actor ID\", typeName: \"\", id: 1, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
2 [label="int64",comment="name: \"int64\", typeName: \"\", id: 2, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;2}
}