Composite
Description
This collection of OverNodes represents composited data types.
Quaternion Value
This Data OverNode is used to represent Quaternions. Its properties are:
x
Float
X component of the Quaternion.
y
Float
Y component of the Quaternion.
z
Float
Z component of the Quaternion.
w
Float
W component of the Quaternion.

String Value
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.

Vector 2D Value
This Data OverNode is used to represent 2 dimensional Vectors values inside the Graph. Like the Unity3D Vector2, its properties are:
x
Float
X component of the Vector.
y
Float
Y component of the Vector.

Vector 3D Value
This Data OverNode is used to represent 3D Vectors values inside the Graph. Like the Unity3D Vector3, its properties are:
x
Float
X component of the Vector.
y
Float
Y component of the Vector.
z
Float
Z component of the Vector.
