# Sandbox.ModelMorphs

Allows fast lookups of morph variables

- Kind: class
- Namespace: `Sandbox`
- Assembly: `Sandbox.Engine`
- Modifiers: sealed

## Properties

- [`Count`](/api/Sandbox.ModelMorphs/Count)
- [`Model`](/api/Sandbox.ModelMorphs/Model)
- [`Names`](/api/Sandbox.ModelMorphs/Names)

## Methods

- [`GetIndex`](/api/Sandbox.ModelMorphs/GetIndex): Get the index of a morph by its name
- [`GetName`](/api/Sandbox.ModelMorphs/GetName): Get the name of a morph by its index.
- [`GetVisemeMorph`](/api/Sandbox.ModelMorphs/GetVisemeMorph): How strongly a viseme (an index into [Sandbox.Visemes.MorphNames](/api/Sandbox.Visemes/MorphNames)) drives a morph on this model. Cheap enough to call in a loop every frame.
