VisualShaderNodeTransformFunc
继承: VisualShaderNode < Resource < RefCounted < Object
在可视化着色器图中,计算 Transform3D 函数。
描述
计算提供的 Transform3D 的逆或转置函数。
属性
|
枚举
enum Function:
Function FUNC_INVERSE = 0
对 Transform3D 矩阵执行逆运算。
Function FUNC_TRANSPOSE = 1
对 Transform3D 矩阵执行转置运算。
Function FUNC_MAX = 2
代表 Function 枚举的大小。
属性说明
Function function = 0
要计算的函数。选项参阅Function。
© 版权所有 2014-present Juan Linietsky, Ariel Manzur and the Godot community (CC BY 3.0). Revision b1c660f7
.
Built with Sphinx using a theme provided by Read the Docs.