Searched defs:Vec3T (Results 1 – 7 of 7) sorted by relevance
9 type Vec3T struct { struct10 X float3211 Y float3212 Z float3213 Test1 float6414 Test2 Color15 Test3 *TestT18 func (t *Vec3T) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT {22 func (rcv *Vec3) UnPackTo(t *Vec3T) {
76 public class Vec3T class91 public Vec3T() { in Vec3T() method in MyGame.Example.Vec3T
58 class Vec3T(object): class
115 export class Vec3T { class
85 export class Vec3T { class
403 pub fn unpack(&self) -> Vec3T { in unpack()413 pub struct Vec3T { struct414 pub x: f32,415 pub y: f32,416 pub z: f32,418 impl Vec3T { implementation
1348 pub fn unpack(&self) -> Vec3T { in unpack()1361 pub struct Vec3T { struct1362 pub x: f32,1363 pub y: f32,1364 pub z: f32,1365 pub test1: f64,1366 pub test2: Color,1367 pub test3: TestT,1369 impl Vec3T { implementation