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