API ReferenceSandbox
public sealed class Sandbox.ModelMorphs
Allows fast lookups of morph variables
Methods
Showing 2 methods
public int GetIndex(string name)
Get the index of a morph by its name
public string GetName(int i)
Get the name of a morph by its index.
No results match this filter.
Properties
Showing 3 properties
public int Sandbox.ModelMorphs.Count { get; set; }
public Sandbox.Model Sandbox.ModelMorphs.Model { get; set; }
public string[] Sandbox.ModelMorphs.Names { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.ModelMorphs |