StagPhysicsServerΒΆ
Inherits: Node
There is currently no description for this class. Please help us by contributing one!
MethodsΒΆ
|
raycast(origin: |
|
register_body(collision_shapes: Array[ |
void |
set_body_state(id: |
void |
tick(delta: |
Method DescriptionsΒΆ
Dictionary raycast(origin: Vector3, direction: Vector3, max_depth: float, hit_backfaces: bool, collision_mask: int) const π
There is currently no description for this method. Please help us by contributing one!
int register_body(collision_shapes: Array[ConvexPolygonShape3D], mass: float, collision_exist: int, collision_mask: int) π
There is currently no description for this method. Please help us by contributing one!
void set_body_state(id: int, global_transform: Transform3D, linear_velocity: Vector3, angular_velocity: Vector3) π
There is currently no description for this method. Please help us by contributing one!
void tick(delta: float) const π
There is currently no description for this method. Please help us by contributing one!