Summary
[
UnityEngine.SerializeField]
Animancer works by using Unity's Playables API to control an UnityEngine.Animator component.
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- AnimancerComponent
Syntax
public Animator Animator { get; set; }
Remarks
The
UnityEngine.Animator.runtimeAnimatorController should be empty unless you intend to use it.
Value
| Type | Description |
|---|---|
| Animator |