VisualShaderNodeTransformFunc

Inherits: VisualShaderNode < Resource < Reference < Object

Computes a Transform function within the visual shader graph.

Description

Computes an inverse or transpose function on the provided Transform.

Properties

Function

function

0


Enumerations

enum Function:

Function FUNC_INVERSE = 0

Perform the inverse operation on the Transform matrix.

Function FUNC_TRANSPOSE = 1

Perform the transpose operation on the Transform matrix.


Property Descriptions

Function function = 0

The function to be computed. See Function for options.