VisualShaderNodeScalarOp

Inherits: VisualShaderNode < Resource < Reference < Object

Category: Core

Brief Description

Properties

Operator operator

Enumerations

enum Operator:

  • OP_ADD = 0
  • OP_SUB = 1
  • OP_MUL = 2
  • OP_DIV = 3
  • OP_MOD = 4
  • OP_POW = 5
  • OP_MAX = 6
  • OP_MIN = 7
  • OP_ATAN2 = 8

Property Descriptions

Setter set_operator(value)
Getter get_operator()