s&box docs

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.

Properties

Showing 3 properties

public string[] Sandbox.ModelMorphs.Names { get; set; }

Metadata

FieldValue
NamespaceSandbox
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.ModelMorphs

On this page