Class VisualShaderNodeVec3Constant
A Vector3 constant to be used within the visual shader graph.
- Inheritance
-
VisualShaderNodeVec3Constant
Remarks
A constant Vector3, which can be used as an input node.
Properties
constant
A Vector3 constant which represents the state of this node.
var constant : Vector3 = Vector3(0, 0, 0)