C# Class MyGame.Example.Test

Exibir arquivo Open project: google/flatbuffers Class Usage Examples

Public Methods

Method Description
CreateTest ( FlatBuffers.FlatBufferBuilder builder, short A, sbyte B ) : Offset
MutateA ( short a ) : void
MutateB ( sbyte b ) : void
__assign ( int _i, ByteBuffer _bb ) : Test
__init ( int _i, ByteBuffer _bb ) : void

Method Details

CreateTest() public static method

public static CreateTest ( FlatBuffers.FlatBufferBuilder builder, short A, sbyte B ) : Offset
builder FlatBuffers.FlatBufferBuilder
A short
B sbyte
return Offset

MutateA() public method

public MutateA ( short a ) : void
a short
return void

MutateB() public method

public MutateB ( sbyte b ) : void
b sbyte
return void

__assign() public method

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

__init() public method

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