@minecraft
原文
参与翻译
正在准备搜索索引...
server-editor
ContinuousAction
类型别名 ContinuousAction
An action that continues to execute after activation
type
ContinuousAction
=
{
actionType
:
ContinuousAction
;
onExecute
:
(
state
:
ContinuousActionState
,
repeatCount
:
number
)
=>
void
;
repeatDelay
?:
number
;
repeatInterval
?:
number
;
}
索引
属性
action
Type
on
Execute
repeat
Delay?
repeat
Interval?
属性
只读
action
Type
actionType
:
ContinuousAction
只读
on
Execute
onExecute
:
(
state
:
ContinuousActionState
,
repeatCount
:
number
)
=>
void
可选
repeat
Delay
repeatDelay
?:
number
可选
repeat
Interval
repeatInterval
?:
number
显示设置
成员可见性
受保护
继承
外部
世界修改
配色
自动
浅色
深色
目录
属性
action
Type
on
Execute
repeat
Delay
repeat
Interval
原文
参与翻译
@minecraft
加载中……
An action that continues to execute after activation