ModelMorphsclass

Allows fast lookups of morph variables

objectModelMorphs
Namespace
Sandbox
Assembly
Sandbox.Engine
Declaration
public sealed class Sandbox.ModelMorphs

Methods2

Showing 2 methods

public int GetIndex(string name)PUBLIC

Get the index of a morph by its name

ParameterTypeDescription
namestring
Returns:int

public string GetName(int i)PUBLIC

Get the name of a morph by its index.

ParameterTypeDescription
iint
Returns:string

Properties3

Showing 3 properties

public int Sandbox.ModelMorphs.Count { get; set; }PUBLICGETSET

Returns:int

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

Returns:string[]

On this page