Platform Compatibility
PC | Mac OSX | Oculus Quest |
---|---|---|
X | X | X |
Check if we have a type of component using shortcut names instead
Parameters:
- component
- A string value, for example “rigidbody”
returns a Boolean (true or false) value
Example:
1 | obj.haveComponent(component) |