Table of Contents

Interface IImportedAnimator

Exposes an Animator that is created by the avatar importer.

public interface IImportedAnimator : ICapability

Remarks

This capability represents importer- or runtime-library-defined animation support. For example, UniVRM generates an UnityEngine.Animator as part of the import process.

Animators added later by post-processors or user code are not considered part of this capability and should be accessed directly from GameObject.

Properties

Animator

The importer-generated animator.

Animator Animator { get; }

Property Value

Animator