跳转至

VisualShaderNodeScalarOp

继承

VisualShaderNode

简要描述

描述

成员

类型 属性名 默认值
int operator 0

枚举

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


成员说明

  • int operator
Default 0
setter set_operator(value)
getter get_operator