Node
class in Node
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | string | get | |
alive | bool | get | |
global_position | Vector3 | get | |
local_position | Vector3 | get / set | |
local_rotation | Quaternion | get / set | |
valid | bool | get | |
parent | Node | get | |
global_rotation | Quaternion | get | |
tag | string | get / set |
Methods
| Return Type | Signature | Description |
|---|---|---|
| RigidBody? | as_rigid_body ( ) | |
| void | destroy ( ) | |
| void | send_hierarchical ( RoutingStrategy routing, object payload ) | Sends a hierarchical script message with the given payload. |
| void | subscribe_to <T> ( ) | |
| Node? | find_collider_in_children ( ) | |
T | add_script <T> ( ) | |
T? | find_script <T> ( ) | |
| bool | tag_is ( string tag ) |