Node
class in Node
Properties
Name | Type | Access | Description |
---|---|---|---|
Name | string | get | |
Alive | bool | get | |
GlobalPosition | Vector3 | get | |
LocalPosition | Vector3 | get / set | |
LocalRotation | Quaternion | get / set | |
Valid | bool | get | |
Parent | Node | get | |
GlobalRotation | Quaternion | get | |
Tag | string | get / set |
Methods
Return Type | Signature | Description |
---|---|---|
RigidBody? | AsRigidBody ( ) | |
void | Destroy ( ) | |
void | SendHierarchical ( RoutingStrategy routing, object payload ) | Sends a hierarchical script message with the given payload. |
void | SubscribeTo <T > ( ) | |
Node? | FindColliderInChildren ( ) | |
T | AddScript <T > ( ) | |
T ? | FindScript <T > ( ) | |
bool | TagIs ( string tag ) |