Home
last modified time | relevance | path

Searched defs:AddColor (Results 1 – 2 of 2) sorted by relevance

/external/flatbuffers/tests/MyGame/Example/
DTestSimpleTableWithEnum.cs29 …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