Searched defs:AddColor (Results 1 – 5 of 5) sorted by relevance
| /external/flatbuffers/tests/MyGame/Example/ |
| D | TestSimpleTableWithEnum.lua | 32 function TestSimpleTableWithEnum.AddColor(builder, color) builder:PrependInt8Slot(0, color, 2) end function
|
| D | TestSimpleTableWithEnum.cs | 31 …public static void AddColor(FlatBufferBuilder builder, Color color) { builder.AddSbyte(0, (sbyte)c… in AddColor() method
|
| D | Monster.lua | 532 function Monster.AddColor(builder, color) builder:PrependInt8Slot(6, color, 8) end function
|
| D | Monster.cs | 200 …public static void AddColor(FlatBufferBuilder builder, Color color) { builder.AddSbyte(6, (sbyte)c… in AddColor() method
|
| /external/flatbuffers/samples/lua/MyGame/Sample/ |
| D | Monster.lua | 115 function Monster.AddColor(builder, color) builder:PrependInt8Slot(6, color, 2) end function
|