Platform Compatibility
PC | Mac OSX | Oculus Quest |
---|---|---|
X | X | X |
Find a child object by name of an object or self if no index provided
Parameters:
- child
- A string value
- index Optional
- An integer value
returns an Integer (whole number) value
Example:
1 | obj.findChild(child, index) |