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
GlobalPositionVector3get
LocalPositionVector3get / set
LocalRotationQuaternionget / set
Validboolget
ParentNodeget
GlobalRotationQuaternionget
Tagstringget / set

Methods

Return TypeSignatureDescription
RigidBody?AsRigidBody ( )
voidDestroy ( )
voidSendHierarchical ( RoutingStrategy routing, object payload )

Sends a hierarchical script message with the given payload.

voidSubscribeTo <T> ( )
Node?FindColliderInChildren ( )
TAddScript <T> ( )
T?FindScript <T> ( )
boolTagIs ( string tag )