mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-29 19:12:01 +00:00
A feature that officially supports nested FlatBuffers.
Generates convenient accessors for the nested root. Change-Id: Ic0b1531de7ace475ff2a7b1f430d27f41c838430 Tested: on Windows.
This commit is contained in:
@@ -32,6 +32,7 @@ table Monster {
|
||||
enemy:Monster (id:12);
|
||||
test:Any (id: 8);
|
||||
test4:[Test] (id: 9);
|
||||
testnestedflatbuffer:[ubyte] (id:13, nested_flatbuffer: "Monster");
|
||||
}
|
||||
|
||||
root_type Monster;
|
||||
|
||||
Reference in New Issue
Block a user