Data Types \ Number \ Operations
Add
The Add response enables user to add two values by either typing in a numerical value in Number A and Number B field or by attaching a value or a variable node the those ports, then once the response is executed the resulting value can be acquired through the Result port.
Example
In this Example an Add ResponsesResponse is used to add the values of 25 variablesto (Value1,the Value2)value of Variable1 once the user triggers the object named Add Button,Activate, and the result of the addition areis then written in a variable named Result, which can then be connected to a variable writer to be displayed during the VR Experience.

Subtract

The Subtract response enables user to subtract a value from another by either typing in a numerical value in Number A and Number B field or by attaching a value or a variable node the those ports, then once the response is executed the resulting value can be acquired through the Result port.
Example
In this Example a Subtract ResponsesResponse is used to subtract athe value of 5Variable 1 from the value of the variable named Value1,Variable2, once the user triggers the object named Activate, and the result of the subtraction areis then written in a variable named Result, which can then be connected to a variable writer to be displayed during the VR Experience.
Multiply
The Multiply response enables user to multiply two values by either typing in a numerical value in Number A and Number B field or by attaching a value or a variable node the those ports, then once the response is executed the resulting value can be acquired through the Result port.
Example
In this Example a Subtract ResponsesResponse is used to subtract the value of Variable 1 from the value of the variableVariable named2, Value1, then a Multiply Response is used to multiply the subtraction result by 3 once the user triggers the object named Activate, and the result of the subtractionmultiplication areis then written in a variable named Result, which can then be connected to a variable writer to be displayed during the VR Experience.
Divide
The Divide response enables user to divide a value by another value, by either typing in a numerical value in Number A and Number B field or by attaching a value or a variable node the those ports, then once the response is executed the resulting value can be acquired through the Result port.
Example
In this Example a Divide Response is used to divide the number 25 by the value of the variable named "Variable1" and the result of the division is then written in a variable named Result, which can then be connected to a variable writer to be displayed during the VR Experience.