class MorphCollection

in global :: Sandbox

Used to access and manipulate morphs.


public void Reset( int i )

Reset morph number i to its default value.

public void Reset( string name )

Reset named morph to its default value.

public void Set( int i, float weight )

Set indexed morph to this value.

public void Set( string name, float weight )

Set named morph to this value.

public float Get( int i )

Get indexed morph value (Note: Currently, this only gets the override morph value)

public float Get( string name )

Get named morph value (Note: Currently, this only gets the override morph value)

public string GetName( int index )

Retrieve name of a morph at given index.

public int Count { get; }

Amount of morphs.

public void ResetAll( )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.