Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Demindiro/godot_rapier3d
/ functions
Functions
435 in github.com/Demindiro/godot_rapier3d
⨍
Functions
435
◇
Types & classes
83
Function
set_space
(area: Index, space: Option<Index>)
rapier3d/src/server/area.rs:173
Function
set_space
(body: Index, space: Option<Index>)
rapier3d/src/server/body.rs:373
Method
set_space
Sets the space of this area. This removes the area from it's current space, if any.
rapier3d/src/area.rs:308
Method
set_space
Sets the space of this body
rapier3d/src/body.rs:609
Method
set_space
(&mut self, index: Option<Index>)
rapier3d/src/server/ffi.rs:173
Function
set_space_override_mode
(area: Index, mode: i32)
rapier3d/src/server/area.rs:266
Method
set_space_override_mode
Sets the space override mode of this area
rapier3d/src/area.rs:422
Function
set_state
(body: Index, state: i32, value: &Variant)
rapier3d/src/server/body.rs:387
Method
set_symbol_prefix
module/gdnative.h:105
Function
set_transform
(area: Index, transform: &Transform)
rapier3d/src/server/area.rs:292
Method
set_transform
module/body_state.cpp:58
Method
set_transform
Sets the transform of this area
rapier3d/src/area.rs:456
Method
set_transform
Applies the transform and scales the colliders
rapier3d/src/body.rs:517
Method
set_transform
(&mut self, transform: &Transform)
rapier3d/src/server/ffi.rs:177
Method
set_translation_lock
Locks this body in place at it's current position, which prevents it from being pushed by external forces. It may still rotate around it's origin.
rapier3d/src/body.rs:878
Method
shape
(&self)
rapier3d/src/server/ffi.rs:344
Method
shape
(&self)
rapier3d/src/server/shape.rs:276
Method
should_load_once
things that are a property of the library itself, not platform specific
module/gdnative.h:83
Method
soft_body_get_collision_exceptions
module/server.cpp:256
Method
soft_body_set_mesh
module/server.cpp:260
Method
soft_body_update_visual_server
module/server.cpp:252
Method
space
Returns the space this area is attached to, if any
rapier3d/src/area.rs:303
Method
space_get_contacts
module/server.cpp:235
Method
space_get_direct_state
module/server.cpp:228
Method
space_override_mode
Returns the space override mode of this area
rapier3d/src/area.rs:417
Function
step
(delta: f32)
rapier3d/src/server/mod.rs:290
Method
step
module/server.cpp:101
Function
sync
()
rapier3d/src/server/mod.rs:301
Method
transform
Returns the transform of this area
rapier3d/src/area.rs:442
Method
transform
(&self)
rapier3d/src/server/ffi.rs:350
Function
transform_force_arguments
Godot's "It's local position but global rotation" is such a mindfuck that this function exists to help out
rapier3d/src/server/body.rs:523
Method
try_from
(n: u128)
rapier3d/src/area.rs:687
Method
try_from
(n: u128)
rapier3d/src/body.rs:1034
Function
unregister_pluggable_physics_types
module/register_types.cpp:29
Method
~PluggablePhysicsServer
module/server.cpp:20
← previous
401–435 of 435, ranked by callers