FlatBuffers Version 25.1.24

This commit is contained in:
Derek Bailey
2025-01-24 16:34:24 -08:00
parent 9f94ceedbc
commit 0312061985
186 changed files with 253 additions and 240 deletions

View File

@@ -13,7 +13,7 @@ public struct ColorTestTable : IFlatbufferObject
{
private Table __p;
public ByteBuffer ByteBuffer { get { return __p.bb; } }
public static void ValidateVersion() { FlatBufferConstants.FLATBUFFERS_25_1_21(); }
public static void ValidateVersion() { FlatBufferConstants.FLATBUFFERS_25_1_24(); }
public static ColorTestTable GetRootAsColorTestTable(ByteBuffer _bb) { return GetRootAsColorTestTable(_bb, new ColorTestTable()); }
public static ColorTestTable GetRootAsColorTestTable(ByteBuffer _bb, ColorTestTable obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); }
public void __init(int _i, ByteBuffer _bb) { __p = new Table(_i, _bb); }