CharacterModelSwitcher
Class in Zigurous.CharacterController
Declaration
public sealed class CharacterModelSwitcher : MonoBehaviourDescription
Handles switching between different character models, including setting the animator on a movement controller to the active model.
Properties
| movementController | The movement controller that will be updated to use the character model's animator component when active. |
| models | The character models that can be switched to and from. |
| activeModel | The active character model. |
Methods
| ActivateModel |