Subclass of UnityEngine.Monobehaviour
OvrVariable is the base class, from which all the other Variables derive their base attributes.
Name | Type | Description |
---|---|---|
VariableType
Type of the OvrVariable [read only]
Id
string
ID of the OvrVariable
Variable
object
Actual data stored.
None
No type assigned to Variable
Bool
Boolean value
Int
Integer value
Float
Floating point value (Decimal)
Vector2
Representation of 2D vectors and points
Vector3
Representation of 3D vectors and points
Quaternion
Represents rotations. They are compact, don't suffer from gimbal lock and can easily be interpolated. Unity internally uses Quaternions to represent all rotations.
String
String value