神岛 API 文档 - ArenaPro版
Preparing search index...
server/types/GameAPI
GameAnimationEvent
Class GameAnimationEvent<KeyframeType, TargetType>
表示游戏动画中的一个事件,封装了当前帧数、目标对象、动画详情和取消状态等信息。
Type Parameters
KeyframeType
动画关键帧的类型。
TargetType
动画应用的目标对象的类型。
Index
Properties
animation
cancelled
target
tick
Properties
animation
animation
:
GameAnimation
<
KeyframeType
,
TargetType
>
cancelled
cancelled
:
boolean
target
target
:
TargetType
tick
tick
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
animation
cancelled
target
tick
神岛 API 文档 - ArenaPro版
Loading...
表示游戏动画中的一个事件,封装了当前帧数、目标对象、动画详情和取消状态等信息。