MCPcopy Create free account

hub / github.com/Demindiro/godot_rapier3d / functions

Functions435 in github.com/Demindiro/godot_rapier3d

Functionset_space
(area: Index, space: Option<Index>)
rapier3d/src/server/area.rs:173
Functionset_space
(body: Index, space: Option<Index>)
rapier3d/src/server/body.rs:373
Methodset_space
Sets the space of this area. This removes the area from it's current space, if any.
rapier3d/src/area.rs:308
Methodset_space
Sets the space of this body
rapier3d/src/body.rs:609
Methodset_space
(&mut self, index: Option<Index>)
rapier3d/src/server/ffi.rs:173
Functionset_space_override_mode
(area: Index, mode: i32)
rapier3d/src/server/area.rs:266
Methodset_space_override_mode
Sets the space override mode of this area
rapier3d/src/area.rs:422
Functionset_state
(body: Index, state: i32, value: &Variant)
rapier3d/src/server/body.rs:387
Methodset_symbol_prefix
module/gdnative.h:105
Functionset_transform
(area: Index, transform: &Transform)
rapier3d/src/server/area.rs:292
Methodset_transform
module/body_state.cpp:58
Methodset_transform
Sets the transform of this area
rapier3d/src/area.rs:456
Methodset_transform
Applies the transform and scales the colliders
rapier3d/src/body.rs:517
Methodset_transform
(&mut self, transform: &Transform)
rapier3d/src/server/ffi.rs:177
Methodset_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
Methodshape
(&self)
rapier3d/src/server/ffi.rs:344
Methodshape
(&self)
rapier3d/src/server/shape.rs:276
Methodshould_load_once
things that are a property of the library itself, not platform specific
module/gdnative.h:83
Methodsoft_body_get_collision_exceptions
module/server.cpp:256
Methodsoft_body_set_mesh
module/server.cpp:260
Methodsoft_body_update_visual_server
module/server.cpp:252
Methodspace
Returns the space this area is attached to, if any
rapier3d/src/area.rs:303
Methodspace_get_contacts
module/server.cpp:235
Methodspace_get_direct_state
module/server.cpp:228
Methodspace_override_mode
Returns the space override mode of this area
rapier3d/src/area.rs:417
Functionstep
(delta: f32)
rapier3d/src/server/mod.rs:290
Methodstep
module/server.cpp:101
Functionsync
()
rapier3d/src/server/mod.rs:301
Methodtransform
Returns the transform of this area
rapier3d/src/area.rs:442
Methodtransform
(&self)
rapier3d/src/server/ffi.rs:350
Functiontransform_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
Methodtry_from
(n: u128)
rapier3d/src/area.rs:687
Methodtry_from
(n: u128)
rapier3d/src/body.rs:1034
Functionunregister_pluggable_physics_types
module/register_types.cpp:29
Method~PluggablePhysicsServer
module/server.cpp:20
← previous401–435 of 435, ranked by callers