Ogólne
Jak rozpocząć
Samouczki
Globals
move_and_collide
move_and_slide
move_and_slide_with_snap
_process_custom_fx
TIME
import
.gdnlib
.gdns
tool
SCREEN_TEXTURE
DEPTH_TEXTURE
textureSize()
Rozwój
_set
_get
_get_property_list
scene/
Społeczność
[code]
Referencja klas
Inherits: VisualShaderNode < Resource < Reference < Object
Computes a Transform function within the visual shader graph.
Computes an inverse or transpose function on the provided Transform.
Function
function
0
enum Function:
FUNC_INVERSE = 0 --- Perform the inverse operation on the Transform matrix.
FUNC_TRANSPOSE = 1 --- Perform the transpose operation on the Transform matrix.
Function function
Default
Setter
set_function(value)
Getter
get_function()
The function to be computed. See Function for options.