API ReferenceSandbox
MorphDeltaclass
Describes a per-vertex delta for a morph target (blend shape).
object→MorphDelta
Constructors1
Showing 1 constructors
public MorphDelta(int VertexIndex, Vector3 PositionDelta, Vector3 NormalDelta)
Describes a per-vertex delta for a morph target (blend shape).
| Parameter | Type | Description |
|---|---|---|
| VertexIndex | int | — |
| PositionDelta | Vector3 | — |
| NormalDelta | Vector3 | — |
No results match this filter.
Methods1
Showing 1 methods
No results match this filter.
Properties3
Showing 3 properties
public Vector3 Sandbox.MorphDelta.NormalDelta { get; set; }
public Vector3 Sandbox.MorphDelta.PositionDelta { get; set; }
public int Sandbox.MorphDelta.VertexIndex { get; set; }
Returns:
int—No results match this filter.