Class MeshExtras
Application-specific data for meshes
Inherited Members
Namespace: Unity.Cloud.Gltfast.Objects
Assembly: Unity.Cloud.Gltfast.dll
Syntax
[MovedFrom(true, "GLTFast.Schema", "glTFast", null)]
public class MeshExtras : ExtrasContainer, IPropertyContainer, IReadOnlyPropertyContainer
Properties
TargetNames
Morph targets' names
Declaration
[JsonPropertyName("targetNames")]
public List<string> TargetNames { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> |
Remarks
Setting this turns the extras into a JSON object, discarding a non-object
RawValue.