# Sandbox.MorphCollection

Used to access and manipulate morphs.

- Kind: class
- Namespace: `Sandbox`
- Assembly: `Sandbox.Engine`
- Modifiers: abstract

## Properties

- [`Count`](/api/Sandbox.MorphCollection/Count): Amount of morphs.

## Methods

- [`ApplyVisemes`](/api/Sandbox.MorphCollection/ApplyVisemes)
- [`Get`](/api/Sandbox.MorphCollection/Get): Get indexed morph value (Note: Currently, this only gets the override morph value)
- [`GetName`](/api/Sandbox.MorphCollection/GetName): Retrieve name of a morph at given index.
- [`Reset`](/api/Sandbox.MorphCollection/Reset): Reset morph number i to its default value.
- [`ResetAll`](/api/Sandbox.MorphCollection/ResetAll): Reset all morphs to their default values.
- [`Set`](/api/Sandbox.MorphCollection/Set): Set indexed morph to this value.
