API ReferenceSandbox
MorphCollectionclass
Used to access and manipulate morphs.
object→MorphCollection
Constructors1
Showing 1 constructors
protected MorphCollection()
No results match this filter.
Methods14
Showing 14 methods
public void ApplyVisemes(System.ReadOnlySpan`1<float> visemeWeights, float scale = 1, float smoothTime = 0)
| Parameter | Type | Description |
|---|---|---|
| visemeWeights | ReadOnlySpan<float> | — |
| scale = 1 | float | — |
| smoothTime = 0 | float | — |
Returns:
void—public virtual string GetName(int index)
Retrieve name of a morph at given index.
| Parameter | Type | Description |
|---|---|---|
| index | int | — |
Returns:
string—No results match this filter.
Properties1
Showing 1 properties
public virtual int Sandbox.MorphCollection.Count { get; set; }
Amount of morphs.
Returns:
int—No results match this filter.