Class: ActionComposer
优质
小牛编辑
131浏览
2023-12-01
THING~ ActionComposer
ActionComposer The action composer.
new ActionComposer(param)
constructor.
Parameters:
Name | Type | Description |
---|---|---|
param | Object | The initial parameters. |
Methods
add(name, options, tag, priority)
Add action.
Parameters:
Name Type Default Description name
String The action name.
options
Object The action options.
tag
String The action tag name.
priority
Number 0 The action priority.
remove(name, tag)
Remove action.
Parameters:
Name Type Description name
String The action name.
tag
String The action tag name.