GltfSaveOptions.SaveExtras

GltfSaveOptions.SaveExtras property

Save scene object’s dynamic properties into ’extra’ fields in the generated glTF file. This is useful to provide application-specific data. Default value is false.

public bool SaveExtras { get; set; }

See Also