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