godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
AnimationNodeBlendTree.getNode
godot
animationnodeblendtree
AnimationNodeBlendTree
Returns the sub-node with the specified
name
.
struct
AnimationNodeBlendTree
@
nogc
nothrow const
Ref
!
AnimationNode
getNode
(
in
String
name
)
Meta
Source
See Implementation
godot
animationnodeblendtree
AnimationNodeBlendTree
aliases
BaseClasses
enums
Constants
functions
_nodeChanged
_treeChanged
addNode
connectNode
disconnectNode
getGraphOffset
getNode
getNodePosition
hasNode
opAssign
opEquals
removeNode
renameNode
setGraphOffset
setNodePosition
toHash
properties
graphOffset
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name
Returns the sub-node with the specified name.