VisualShaderNodeMultiplyAdd
继承: VisualShaderNode < Resource < RefCounted < Object
在可视化着色器图中,执行乘加融合运算。
描述
使用三个操作数来计算 (a * b + c)
表达式。
属性
|
枚举
enum OpType:
OpType OP_TYPE_SCALAR = 0
浮点数标量类型。
OpType OP_TYPE_VECTOR_2D = 1
2D 向量类型。
OpType OP_TYPE_VECTOR_3D = 2
3D向量类型。
OpType OP_TYPE_VECTOR_4D = 3
4D 向量类型。
OpType OP_TYPE_MAX = 4
代表 OpType 枚举的大小。
属性说明
OpType op_type = 0
操作数和返回值的类型。
© 版权所有 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.