Scripted load container for custom handling of storage. More...
Protected Member Functions | |
bool | StartObject () |
bool | EndObject () |
bool | StartArray (out int count) |
bool | EndArray () |
bool | StartMap (out int count) |
bool | EndMap () |
bool | ReadKey (inout string key) |
Key reader for named properties in objects or map keys. | |
bool | IsNull () |
bool | ReadBool (out bool value) |
bool | ReadString (out string value) |
bool | ReadInt (out int value) |
bool | ReadFloat (out float value) |
bool | ReadVector (out vector value) |
Additional Inherited Members | |
![]() | |
proto external ref Managed | Clone () |
Return shallow copy of object, or null if it is not allowed (not public constructor) | |
Scripted load container for custom handling of storage.
|
protected |
|
protected |
|
protected |
|
protected |
Key reader for named properties in objects or map keys.
|
protected |