godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
VisualShader.getNode
godot
visualshader
VisualShader
Returns the shader node instance with specified
type
and
id
.
struct
VisualShader
@
nogc
nothrow const
Ref
!
VisualShaderNode
getNode
(
in
long
type
,
in
long
id
)
Meta
Source
See Implementation
godot
visualshader
VisualShader
aliases
BaseClasses
enums
Constants
Type
functions
_inputTypeChanged
_queueUpdate
_updateShader
addNode
canConnectNodes
connectNodes
connectNodesForced
disconnectNodes
getGraphOffset
getNode
getNodeConnections
getNodeList
getNodePosition
getValidNodeId
isNodeConnection
opAssign
opEquals
removeNode
setGraphOffset
setMode
setNodePosition
toHash
properties
graphOffset
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name
Returns the shader node instance with specified type and id.