Table of Contents

Interface IVirtualizeAnimatorController

Namespace
nadena.dev.ndmf.animator

Implement this interface on your component to request that an animator attached to this component be automatically registered in the VirtualControllerContext, with the component being the context key. This is, for example, implemented by ModularAvatarMergeAnimator to ensure that object renames are tracked appropriately at all times.

public interface IVirtualizeAnimatorController

Properties

AnimatorController

RuntimeAnimatorController AnimatorController { get; set; }

Property Value

RuntimeAnimatorController