Skip to content

format

typescript
Animation.setting

class: Animation

description

Configuration for playing animations.

parameter

param_nametypedescription

reture

typedescription
``

code example

typescript
let animation = this.gameObject.GetComponent<Animation>(Animation);
let setting = animation.setting;