2022-04-12 19:09:29 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2023-03-01 01:44:37 +01:00
|
|
|
<class name="VisualShaderNodeVec4Constant" inherits="VisualShaderNodeConstant" version="4.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
|
2022-04-12 19:09:29 +02:00
|
|
|
<brief_description>
|
2022-08-27 11:22:43 +02:00
|
|
|
A 4D vector constant to be used within the visual shader graph.
|
2022-04-12 19:09:29 +02:00
|
|
|
</brief_description>
|
|
|
|
<description>
|
2022-08-27 11:22:43 +02:00
|
|
|
A constant 4D vector, which can be used as an input node.
|
2022-04-12 19:09:29 +02:00
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
|
|
|
<members>
|
|
|
|
<member name="constant" type="Quaternion" setter="set_constant" getter="get_constant" default="Quaternion(0, 0, 0, 1)">
|
|
|
|
A 4D vector (represented as a [Quaternion]) constant which represents the state of this node.
|
|
|
|
</member>
|
|
|
|
</members>
|
|
|
|
</class>
|