W3cubDocs

/Godot 3.2

VisualShaderNodeScalarOp

Inherits: VisualShaderNode < Resource < Reference < Object

Properties

Operator operator 0

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
  • OP_STEP = 9

Property Descriptions

Operator operator

Default 0
Setter set_operator(value)
Getter get_operator()

© 2014–2020 Juan Linietsky, Ariel Manzur, Godot Engine contributors
Licensed under the MIT License.
https://docs.godotengine.org/en/3.2/classes/class_visualshadernodescalarop.html