Platform Compatibility
PC | Mac OSX | Oculus Quest |
---|---|---|
X | X | X |
Is this the first time the script has run? Useful for setting up variables
returns a Boolean (true or false) value
Example:
1 2 3 | if obj.firstRun() then lives = 3 end |
McMaster University Virtual Reality Simulation and Research
Platform Compatibility
PC | Mac OSX | Oculus Quest |
---|---|---|
X | X | X |
Is this the first time the script has run? Useful for setting up variables
returns a Boolean (true or false) value
Example:
1 2 3 | if obj.firstRun() then lives = 3 end |