VisualShaderNodeIntOp

Inherits: VisualShaderNode < Resource < RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

Properties

Operator

operator

0


Enumerations

enum Operator:

Operator OP_ADD = 0

There is currently no description for this enum. Please help us by contributing one!

Operator OP_SUB = 1

There is currently no description for this enum. Please help us by contributing one!

Operator OP_MUL = 2

There is currently no description for this enum. Please help us by contributing one!

Operator OP_DIV = 3

There is currently no description for this enum. Please help us by contributing one!

Operator OP_MOD = 4

There is currently no description for this enum. Please help us by contributing one!

Operator OP_MAX = 5

There is currently no description for this enum. Please help us by contributing one!

Operator OP_MIN = 6

There is currently no description for this enum. Please help us by contributing one!

Operator OP_BITWISE_AND = 7

There is currently no description for this enum. Please help us by contributing one!

Operator OP_BITWISE_OR = 8

There is currently no description for this enum. Please help us by contributing one!

Operator OP_BITWISE_XOR = 9

There is currently no description for this enum. Please help us by contributing one!

Operator OP_BITWISE_LEFT_SHIFT = 10

There is currently no description for this enum. Please help us by contributing one!

Operator OP_BITWISE_RIGHT_SHIFT = 11

There is currently no description for this enum. Please help us by contributing one!

Operator OP_ENUM_SIZE = 12

There is currently no description for this enum. Please help us by contributing one!


Property Descriptions

Operator operator = 0

There is currently no description for this property. Please help us by contributing one!