Summary
Interface for components to indicate which
UnityEngine.GameObject
is the root of a character when
Animancer.AnimancerUtilities.FindRoot(UnityEngine.GameObject)
is called.
- Assembly
- Animancer
.dll - Namespace
- Animancer
graph BT
Type["ICharacterRoot"]
class Type type-node
Syntax
public interface ICharacterRoot
Properties
Name | Value | Summary |
---|---|---|
transform | Transform |
The
UnityEngine.Transform to search for UnityEngine.AnimationClip s beneath.
|