This collection of OverNodes represents composited data types.
This Data OverNode is used to represent Quaternionsarrow-up-right. Its properties are:
x
Float
X component of the Quaternion.
y
Y component of the Quaternion.
z
Z component of the Quaternion.
w
W component of the Quaternion.
Note: these properties should not be modified or edited directly, unless you know how Quaternions work inside out.
This Data OverNode is used to represent string values inside the Graph.
Its main propriety available in the OverNode system is its value, to be used inside the graph.
value
This Data OverNode is used to represent 2 dimensional Vectors values inside the Graph. Like the Unity3D Vector2arrow-up-right, its properties are:
X component of the Vector.
Y component of the Vector.
This Data OverNode is used to represent 3D Vectors values inside the Graph. Like the Unity3D Vector3arrow-up-right, its properties are:
Z component of the Vector.