Skip to content

格式

typescript
Animation.wrapMode

所属类: Animation

描述

动画的循环模式。

参数

参数名类型描述

返回值

类型描述
WrapMode

代码示例

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