Summary
Freeze an Animator component
- Namespace
- RedGirafeGames
.Agamotto .Scripts .Runtime .Utils - Containing Type
- TimeUtils
Syntax
public static void FreezeAnimator(Animator animator, bool state)
Parameters
Name | Type | Description |
---|---|---|
animator | Animator | The Animator |
state | bool | The state of freeze |
Return Value
Type | Description |
---|---|
void |