C# Class MyGame.Example.Vec3

Exibir arquivo Open project: google/flatbuffers Class Usage Examples

Public Methods

Method Description
CreateVec3 ( FlatBuffers.FlatBufferBuilder builder, float X, float Y, float Z, double Test1, Color Test2, short test3_A, sbyte test3_B ) : Offset
MutateTest1 ( double test1 ) : void
MutateTest2 ( Color test2 ) : void
MutateX ( float x ) : void
MutateY ( float y ) : void
MutateZ ( float z ) : void
__assign ( int _i, ByteBuffer _bb ) : Vec3
__init ( int _i, ByteBuffer _bb ) : void

Method Details

CreateVec3() public static method

public static CreateVec3 ( FlatBuffers.FlatBufferBuilder builder, float X, float Y, float Z, double Test1, Color Test2, short test3_A, sbyte test3_B ) : Offset
builder FlatBuffers.FlatBufferBuilder
X float
Y float
Z float
Test1 double
Test2 Color
test3_A short
test3_B sbyte
return Offset

MutateTest1() public method

public MutateTest1 ( double test1 ) : void
test1 double
return void

MutateTest2() public method

public MutateTest2 ( Color test2 ) : void
test2 Color
return void

MutateX() public method

public MutateX ( float x ) : void
x float
return void

MutateY() public method

public MutateY ( float y ) : void
y float
return void

MutateZ() public method

public MutateZ ( float z ) : void
z float
return void

__assign() public method

public __assign ( int _i, ByteBuffer _bb ) : Vec3
_i int
_bb ByteBuffer
return Vec3

__init() public method

public __init ( int _i, ByteBuffer _bb ) : void
_i int
_bb ByteBuffer
return void