Attention: Here be dragons

This is the latest (unstable) version of this documentation, which may document features not available in or compatible with released stable versions of Godot.

VisualShaderNodeTransformFunc

繼承: VisualShaderNode < Resource < RefCounted < Object

在視覺化著色器圖中,計算 Transform3D 函式。

說明

計算提供的 Transform3D 的逆或轉置函式。

屬性

Function

function

0


列舉

enum Function: 🔗

Function FUNC_INVERSE = 0

Transform3D 矩陣執行逆運算。

Function FUNC_TRANSPOSE = 1

Transform3D 矩陣執行轉置運算。

Function FUNC_MAX = 2

代表 Function 列舉的大小。


屬性說明

Function function = 0 🔗

The function to be computed.