跳转至

Vec2

文档版本:r/20_u8
协议版本:671

Vec2类型。该类型用于protocol.type.vec2.description

结构

digraph "Vec2" {
rankdir = LR
16
16 -> 17
17 -> 18
16 -> 19
19 -> 20

16 [label="Vec2",comment="name: \"Vec2\", typeName: \"\", id: 16, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
17 [label="X",comment="name: \"X\", typeName: \"\", id: 17, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
18 [label="float",comment="name: \"float\", typeName: \"\", id: 18, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
19 [label="Y",comment="name: \"Y\", typeName: \"\", id: 19, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
20 [label="float",comment="name: \"float\", typeName: \"\", id: 20, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;18;20}

}

字段

Vec2
[x][y]
X:float
基本类型。protocol.type.vec2.x.description
Y:float
基本类型。protocol.type.vec2.y.description