Searched defs:Vec3T (Results 1 – 10 of 10) sorted by relevance
9 type Vec3T struct { struct10 X float32 `json:"x"`11 Y float32 `json:"y"`12 Z float32 `json:"z"`13 Test1 float64 `json:"test1"`14 Test2 Color `json:"test2"`15 Test3 *TestT `json:"test3"`18 func (t *Vec3T) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT {22 func (rcv *Vec3) UnPackTo(t *Vec3T) {
10 public class Vec3T { class43 public Vec3T() { in Vec3T() method in Vec3T
76 public class Vec3T class91 public Vec3T() { in Vec3T() method in MyGame.Example.Vec3T
58 class Vec3T(object): class
230 pub fn unpack(&self) -> Vec3T { in unpack()243 pub struct Vec3T { struct251 impl Vec3T { impl
248 pub fn unpack(&self) -> Vec3T { in unpack()261 pub struct Vec3T { struct269 impl Vec3T { impl
166 pub fn unpack(&self) -> Vec3T { in unpack()176 pub struct Vec3T { struct181 impl Vec3T { impl
115 export class Vec3T { class
85 export class Vec3T { class
370 class Vec3T(object): class