This collection of OverNodes represents composited data types.
This Data OverNode is used to represent Quaternions. Its properties are:
Name | Type | Description |
---|---|---|
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.
This Data OverNode is used to represent 2 dimensional Vectors values inside the Graph. Like the Unity3D Vector2, its properties are:
This Data OverNode is used to represent 3D Vectors values inside the Graph. Like the Unity3D Vector3, its properties are:
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
x
Float
X component of the Vector.
y
Float
Y component of the Vector.
x
Float
X component of the Vector.
y
Float
Y component of the Vector.
z
Float
Z component of the Vector.
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.