format
typescript
Animator.animatorDataclass: Animator
description
Controls the animator resource.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
AnimatorData | None |
code example
typescript
let obj = new GameObject();
let animator = obj.AddComponent<Animator>(Animator);
animator.animatorData;