Class MorphTarget
Morph target (blend shape)
Inherited Members
Namespace: Unity.Cloud.Gltfast.Objects
Assembly: Unity.Cloud.Gltfast.dll
Syntax
[MovedFrom(true, "GLTFast.Schema", "glTFast", null)]
public class MorphTarget
Properties
Normal
Vertex normal deviation accessor index.
Declaration
[JsonPropertyName("NORMAL")]
public int? Normal { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Position
Vertex position deviation accessor index.
Declaration
[JsonPropertyName("POSITION")]
public int? Position { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Tangent
Vertex tangent deviation accessor index.
Declaration
[JsonPropertyName("TANGENT")]
public int? Tangent { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |