diff options
author | Yuri Roubinsky <chaosus89@gmail.com> | 2022-02-02 21:12:45 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-02 21:12:45 +0300 |
commit | ca42bfb2a5c91a52ea14302aa3bbf7292e387b9b (patch) | |
tree | 1ee02bd3557c14729b5a02f44854ea208517d777 /doc/classes/VisualShaderNodeVec2Constant.xml | |
parent | 6ff753675a1c6f86ece68905bdedbf5e81712800 (diff) | |
parent | 59af063636b3e17df488ad0d9e059919aa03fcf1 (diff) |
Merge pull request #57504 from Chaosus/vs_vector2
Diffstat (limited to 'doc/classes/VisualShaderNodeVec2Constant.xml')
-rw-r--r-- | doc/classes/VisualShaderNodeVec2Constant.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/classes/VisualShaderNodeVec2Constant.xml b/doc/classes/VisualShaderNodeVec2Constant.xml new file mode 100644 index 0000000000..f897ab4091 --- /dev/null +++ b/doc/classes/VisualShaderNodeVec2Constant.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<class name="VisualShaderNodeVec2Constant" inherits="VisualShaderNodeConstant" version="4.0"> + <brief_description> + A [Vector2] constant to be used within the visual shader graph. + </brief_description> + <description> + A constant [Vector2], which can be used as an input node. + </description> + <tutorials> + </tutorials> + <members> + <member name="constant" type="Vector2" setter="set_constant" getter="get_constant" default="Vector2(0, 0)"> + A [Vector2] constant which represents the state of this node. + </member> + </members> +</class> |