diff options
author | Yuri Roubinsky <chaosus89@gmail.com> | 2021-08-14 13:38:22 +0300 |
---|---|---|
committer | Yuri Roubinsky <chaosus89@gmail.com> | 2021-08-15 19:10:51 +0300 |
commit | e537a1f10ec32e9e2daecb171128c3f63f0bcc97 (patch) | |
tree | b88da8f3e3336b42c3470a0922294e97619e6a5a /doc/classes/VisualShaderNodeTransformFunc.xml | |
parent | 966559c3bdcdc7eeb0cd04098520250580ea3a04 (diff) | |
download | redot-engine-e537a1f10ec32e9e2daecb171128c3f63f0bcc97.tar.gz |
Added missed limiters for Visual Shader node enums
Diffstat (limited to 'doc/classes/VisualShaderNodeTransformFunc.xml')
-rw-r--r-- | doc/classes/VisualShaderNodeTransformFunc.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/classes/VisualShaderNodeTransformFunc.xml b/doc/classes/VisualShaderNodeTransformFunc.xml index 41a58e1458..51b1100e22 100644 --- a/doc/classes/VisualShaderNodeTransformFunc.xml +++ b/doc/classes/VisualShaderNodeTransformFunc.xml @@ -22,5 +22,8 @@ <constant name="FUNC_TRANSPOSE" value="1" enum="Function"> Perform the transpose operation on the [Transform3D] matrix. </constant> + <constant name="FUNC_MAX" value="2" enum="Function"> + Represents the size of the [enum Function] enum. + </constant> </constants> </class> |