Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
VisualShaderNodeSwitch¶
继承: VisualShaderNode < Resource < RefCounted < Object
可视化着色器中使用的选择器函数。
描述¶
如果提供的布尔值为 true
或 false
,则返回 op_type 类型的一个关联值。
属性¶
|
枚举¶
enum OpType: 🔗
OpType OP_TYPE_FLOAT = 0
浮点标量。
OpType OP_TYPE_INT = 1
整数标量。
OpType OP_TYPE_UINT = 2
无符号整数标量。
OpType OP_TYPE_VECTOR_2D = 3
2D 向量类型。
OpType OP_TYPE_VECTOR_3D = 4
3D向量类型。
OpType OP_TYPE_VECTOR_4D = 5
4D 向量类型。
OpType OP_TYPE_BOOLEAN = 6
布林类型。
OpType OP_TYPE_TRANSFORM = 7
变换类型。
OpType OP_TYPE_MAX = 8
代表 OpType 枚举的大小。
属性说明¶
操作数和返回值的类型。