Node3D
Inherits: Node < ObjectDescription
Base object in 3D space. All other 3D nodes inherit from this class. The Node3D node is the base representation of a node in 3D space.Properties
Vector3
default:"Vector3(0, 0, 0)"
Position (translation) of this node in parent space.
Vector3
default:"Vector3(0, 0, 0)"
Rotation of this node as Euler angles, in radians.
Vector3
default:"Vector3(1, 1, 1)"
Scale of this node in local space.
Transform3D
The local transformation of this node, in parent space.
Transform3D
The transformation of this node, in global space.
bool
default:"true"
If true, this node can be visible.
Methods
translate
rotate
look_at
to_global
to_local
Example Usage
- GDScript
- C#