Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Node

class in Node

Properties

NameTypeAccessDescription
namestringget
aliveboolget
global_positionVector3get
local_positionVector3get / set
local_rotationQuaternionget / set
validboolget
parentNodeget
global_rotationQuaternionget
tagstringget / set

Methods

Return TypeSignatureDescription
RigidBody?as_rigid_body ( )
voiddestroy ( )
voidsend_hierarchical ( RoutingStrategy routing, object payload )

Sends a hierarchical script message with the given payload.

voidsubscribe_to <T> ( )
Node?find_collider_in_children ( )
Tadd_script <T> ( )
T?find_script <T> ( )
booltag_is ( string tag )