mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-27 21:48:06 +00:00
rebased fork
This commit is contained in:
@@ -48,6 +48,11 @@ namespace FlatBuffers
|
||||
set { _pos = value; }
|
||||
}
|
||||
|
||||
public void Reset()
|
||||
{
|
||||
_pos = 0;
|
||||
}
|
||||
|
||||
// Pre-allocated helper arrays for convertion.
|
||||
private float[] floathelper = new[] { 0.0f };
|
||||
private int[] inthelper = new[] { 0 };
|
||||
|
||||
Reference in New Issue
Block a user