TimeUtils.

FreezeAnimator(Animator, bool) Method

Summary

Freeze an Animator component

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