EyeAnimationHandler [Deprecated]
Animate avatar eye blinking.
Properties
Property
Type
Description
Example
private void AvatarLoadedCallback(GameObject avatar)
{
avatar.AddComponent<EyeRotationHandler>();
}Last updated
Was this helpful?

