VisualShaderNodeScalarFunc

Inherits: VisualShaderNode < Resource < Reference < Object

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

Properties

Function

function

13


Enumerations

enum Function:

Function FUNC_SIN = 0

Function FUNC_COS = 1

Function FUNC_TAN = 2

Function FUNC_ASIN = 3

Function FUNC_ACOS = 4

Function FUNC_ATAN = 5

Function FUNC_SINH = 6

Function FUNC_COSH = 7

Function FUNC_TANH = 8

Function FUNC_LOG = 9

Function FUNC_EXP = 10

Function FUNC_SQRT = 11

Function FUNC_ABS = 12

Function FUNC_SIGN = 13

Function FUNC_FLOOR = 14

Function FUNC_ROUND = 15

Function FUNC_CEIL = 16

Function FUNC_FRAC = 17

Function FUNC_SATURATE = 18

Function FUNC_NEGATE = 19

Function FUNC_ACOSH = 20

Function FUNC_ASINH = 21

Function FUNC_ATANH = 22

Function FUNC_DEGREES = 23

Function FUNC_EXP2 = 24

Function FUNC_INVERSE_SQRT = 25

Function FUNC_LOG2 = 26

Function FUNC_RADIANS = 27

Function FUNC_RECIPROCAL = 28

Function FUNC_ROUNDEVEN = 29

Function FUNC_TRUNC = 30

Function FUNC_ONEMINUS = 31


Property Descriptions

Function function = 13

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