Searched defs:MutateTestarrayofbools (Results 1 - 1 of 1) sorted by relevance

/external/flatbuffers/tests/MyGame/Example/
H A DMonster.cs75 public bool MutateTestarrayofbools(int j, bool testarrayofbools) { int o = __p.__offset(52); if (o != 0) { __p.bb.Put(__p.__vector(o) + j * 1, (byte)(testarrayofbools ? 1 : 0)); return true; } else { return false; } } method in struct:MyGame.Example.Monster

Completed in 199 milliseconds