BaseBuilder.Name

BaseBuilder.Name property

Gets or sets the display text name, or null.

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

public string Name { get; set; }

Remarks

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

See Also