Platform Compatibility
PC | Mac OSX | Oculus Quest |
---|---|---|
X | X | X |
Replace or add an action by name for a set of tags
Parameters:
- name
- A string value
- tagsList
- A string value
- tagScript Optional<
- A string value
- affectSelf Optional
- A boolean value
- onTrigger Optional
- A boolean value
Example:
1 | obj.setAction(name, tagsList, tagScript, affectSelf, onTrigger) |