- _bodyEnterTree
GodotMethod!(void, long) _bodyEnterTree;
Undocumented in source.
- _bodyExitTree
GodotMethod!(void, long) _bodyExitTree;
Undocumented in source.
- _directStateChanged
GodotMethod!(void, GodotObject) _directStateChanged;
Undocumented in source.
- _integrateForces
GodotMethod!(void, PhysicsDirectBodyState) _integrateForces;
Undocumented in source.
- _reloadPhysicsCharacteristics
GodotMethod!(void) _reloadPhysicsCharacteristics;
Undocumented in source.
- addCentralForce
GodotMethod!(void, Vector3) addCentralForce;
Undocumented in source.
- addForce
GodotMethod!(void, Vector3, Vector3) addForce;
Undocumented in source.
- addTorque
GodotMethod!(void, Vector3) addTorque;
Undocumented in source.
- applyCentralImpulse
GodotMethod!(void, Vector3) applyCentralImpulse;
Undocumented in source.
- applyImpulse
GodotMethod!(void, Vector3, Vector3) applyImpulse;
Undocumented in source.
- applyTorqueImpulse
GodotMethod!(void, Vector3) applyTorqueImpulse;
Undocumented in source.
- getAngularDamp
GodotMethod!(double) getAngularDamp;
Undocumented in source.
- getAngularVelocity
GodotMethod!(Vector3) getAngularVelocity;
Undocumented in source.
- getAxisLock
GodotMethod!(bool, long) getAxisLock;
Undocumented in source.
- getBounce
GodotMethod!(double) getBounce;
Undocumented in source.
- getCollidingBodies
GodotMethod!(Array) getCollidingBodies;
Undocumented in source.
- getFriction
GodotMethod!(double) getFriction;
Undocumented in source.
- getGravityScale
GodotMethod!(double) getGravityScale;
Undocumented in source.
- getInverseInertiaTensor
GodotMethod!(Basis) getInverseInertiaTensor;
Undocumented in source.
- getLinearDamp
GodotMethod!(double) getLinearDamp;
Undocumented in source.
- getLinearVelocity
GodotMethod!(Vector3) getLinearVelocity;
Undocumented in source.
- getMass
GodotMethod!(double) getMass;
Undocumented in source.
- getMaxContactsReported
GodotMethod!(long) getMaxContactsReported;
Undocumented in source.
- getMode
GodotMethod!(RigidBody.Mode) getMode;
Undocumented in source.
- getPhysicsMaterialOverride
GodotMethod!(PhysicsMaterial) getPhysicsMaterialOverride;
Undocumented in source.
- getWeight
GodotMethod!(double) getWeight;
Undocumented in source.
- isAbleToSleep
GodotMethod!(bool) isAbleToSleep;
Undocumented in source.
- isContactMonitorEnabled
GodotMethod!(bool) isContactMonitorEnabled;
Undocumented in source.
- isSleeping
GodotMethod!(bool) isSleeping;
Undocumented in source.
- isUsingContinuousCollisionDetection
GodotMethod!(bool) isUsingContinuousCollisionDetection;
Undocumented in source.
- isUsingCustomIntegrator
GodotMethod!(bool) isUsingCustomIntegrator;
Undocumented in source.
- setAngularDamp
GodotMethod!(void, double) setAngularDamp;
Undocumented in source.
- setAngularVelocity
GodotMethod!(void, Vector3) setAngularVelocity;
Undocumented in source.
- setAxisLock
GodotMethod!(void, long, bool) setAxisLock;
Undocumented in source.
- setAxisVelocity
GodotMethod!(void, Vector3) setAxisVelocity;
Undocumented in source.
- setBounce
GodotMethod!(void, double) setBounce;
Undocumented in source.
- setCanSleep
GodotMethod!(void, bool) setCanSleep;
Undocumented in source.
- setContactMonitor
GodotMethod!(void, bool) setContactMonitor;
Undocumented in source.
- setFriction
GodotMethod!(void, double) setFriction;
Undocumented in source.
- setGravityScale
GodotMethod!(void, double) setGravityScale;
Undocumented in source.
- setLinearDamp
GodotMethod!(void, double) setLinearDamp;
Undocumented in source.
- setLinearVelocity
GodotMethod!(void, Vector3) setLinearVelocity;
Undocumented in source.
- setMass
GodotMethod!(void, double) setMass;
Undocumented in source.
- setMaxContactsReported
GodotMethod!(void, long) setMaxContactsReported;
Undocumented in source.
- setMode
GodotMethod!(void, long) setMode;
Undocumented in source.
- setPhysicsMaterialOverride
GodotMethod!(void, PhysicsMaterial) setPhysicsMaterialOverride;
Undocumented in source.
- setSleeping
GodotMethod!(void, bool) setSleeping;
Undocumented in source.
- setUseContinuousCollisionDetection
GodotMethod!(void, bool) setUseContinuousCollisionDetection;
Undocumented in source.
- setUseCustomIntegrator
GodotMethod!(void, bool) setUseCustomIntegrator;
Undocumented in source.
- setWeight
GodotMethod!(void, double) setWeight;
Undocumented in source.