InstanceBuilder.Name

InstanceBuilder.Name property

Gets the display text name of this object, or null.

⚠️ DO NOT USE AS AN OBJECT ID ⚠️ see remarks.

public string Name { get; }

Remarks

glTF does not define any rule for object names. This means that names can be null or non unique. So don’t use names for anything other than object name display. If you need to reference objects by some ID, use lookup tables instead.

See Also