Home
last modified time | relevance | path

Searched refs:AddColor (Results 1 – 5 of 5) sorted by relevance

/external/flatbuffers/tests/MyGame/Example/
DTestSimpleTableWithEnum.cs24 TestSimpleTableWithEnum.AddColor(builder, color); in CreateTestSimpleTableWithEnum()
29 …public static void AddColor(FlatBufferBuilder builder, Color color) { builder.AddSbyte(0, (sbyte)c… in AddColor() method
DMonster.cs90 …public static void AddColor(FlatBufferBuilder builder, Color color) { builder.AddSbyte(6, (sbyte)c… in AddColor() method
/external/flatbuffers/samples/
DSampleBinary.php61 \MyGame\Sample\Monster::AddColor($builder, \MyGame\Sample\Color::Red);
DSampleBinary.cs53 Monster.AddColor(builder, Color.Red); in Main()
/external/flatbuffers/docs/source/
DTutorial.md841 Monster.AddColor(builder, Color.Red);
906 \MyGame\Sample\Monster::AddColor($builder, \MyGame\Sample\Color::Red);