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/GraphicsParameterOverridePacketPayload.dot

25 lines
2.3 KiB
Plaintext

digraph "GraphicsParameterOverridePacketPayload" {
rankdir = LR
0
0 -> 1
1 -> 2
0 -> 3
3 -> 4
0 -> 5
5 -> 6
0 -> 7
7 -> 8
0 [label="GraphicsParameterOverridePacketPayload",comment="name: \"GraphicsParameterOverridePacketPayload\", typeName: \"\", id: 0, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
1 [label="Parameter Keyframe Values",comment="name: \"Parameter Keyframe Values\", typeName: \"\", id: 1, branchId: 0, recurseId: -1, attributes: 0, notes: \"Time of Day key to Graphics Parameter value, Depending on the parameters, either all three components are used as a color or just the x component is used as a float, int, or bool\""];
2 [label="map<float,Vec3>",comment="name: \"map<float,Vec3>\", typeName: \"\", id: 2, branchId: 0, recurseId: -1, attributes: 512, notes: \"Time of Day key to Graphics Parameter value, Depending on the parameters, either all three components are used as a color or just the x component is used as a float, int, or bool\""];
3 [label="Biome Identifier",comment="name: \"Biome Identifier\", typeName: \"\", id: 3, branchId: 0, recurseId: -1, attributes: 0, notes: \"Determines which biome the override parameter is applied to\""];
4 [label="string",comment="name: \"string\", typeName: \"\", id: 4, branchId: 0, recurseId: -1, attributes: 512, notes: \"Determines which biome the override parameter is applied to\""];
5 [label="Identifier for Parameter",comment="name: \"Identifier for Parameter\", typeName: \"\", id: 5, branchId: 0, recurseId: -1, attributes: 0, notes: \"Identifier for the parameter that is having its value changed\""];
6 [label="enum GraphicsOverrideParameterType",comment="name: \"enum GraphicsOverrideParameterType\", typeName: \"\", id: 6, branchId: 0, recurseId: -1, attributes: 512, notes: \"Identifier for the parameter that is having its value changed\""];
7 [label="Reset Parameter",comment="name: \"Reset Parameter\", typeName: \"\", id: 7, branchId: 0, recurseId: -1, attributes: 0, notes: \"If true, the specified parameter will be reset. If false, the parameter will be set using the data fields.\""];
8 [label="bool",comment="name: \"bool\", typeName: \"\", id: 8, branchId: 0, recurseId: -1, attributes: 512, notes: \"If true, the specified parameter will be reset. If false, the parameter will be set using the data fields.\""];
{ rank = max;2;4;6;8}
}