ModelNode.GetInfo
string GetInfo(string key)
Get a Key/Value pair associated with this ModelNode. This is auto-populated from the GLTF extras, and you can also add your own items here as well.
string key | The dictionary key to look up. |
RETURNS: string | Null if this key does not exist, or a string with data otherwise. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!