class ModelMorphs

in global :: Sandbox

Allows fast lookups of morph variables


public string GetName( int i )

Get the name of a morph by its index.

public int GetIndex( string name )

Get the index of a morph by its name

public Model Model { get; }

😔 No documentation found.

public int Count { get; }

😔 No documentation found.

public string[] Names { get; }

😔 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.