API ReferenceSandbox
ModelMorphsclass
Allows fast lookups of morph variables
object→ModelMorphs
Methods2
Showing 2 methods
public int GetIndex(string name)
Get the index of a morph by its name
| Parameter | Type | Description |
|---|---|---|
| name | string | — |
Returns:
int—public string GetName(int i)
Get the name of a morph by its index.
| Parameter | Type | Description |
|---|---|---|
| i | int | — |
Returns:
string—No results match this filter.
Properties3
Showing 3 properties
public int Sandbox.ModelMorphs.Count { get; set; }
Returns:
int—public Sandbox.Model Sandbox.ModelMorphs.Model { get; set; }
public string[] Sandbox.ModelMorphs.Names { get; set; }
Returns:
string[]—No results match this filter.