- _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, Physics2DDirectBodyState) _integrateForces;
Undocumented in source.
- _reloadPhysicsCharacteristics
GodotMethod!(void) _reloadPhysicsCharacteristics;
Undocumented in source.
- addCentralForce
GodotMethod!(void, Vector2) addCentralForce;
Undocumented in source.
- addForce
GodotMethod!(void, Vector2, Vector2) addForce;
Undocumented in source.
- addTorque
GodotMethod!(void, double) addTorque;
Undocumented in source.
- applyCentralImpulse
GodotMethod!(void, Vector2) applyCentralImpulse;
Undocumented in source.
- applyImpulse
GodotMethod!(void, Vector2, Vector2) applyImpulse;
Undocumented in source.
- applyTorqueImpulse
GodotMethod!(void, double) applyTorqueImpulse;
Undocumented in source.
- getAngularDamp
GodotMethod!(double) getAngularDamp;
Undocumented in source.
- getAngularVelocity
GodotMethod!(double) getAngularVelocity;
Undocumented in source.
- getAppliedForce
GodotMethod!(Vector2) getAppliedForce;
Undocumented in source.
- getAppliedTorque
GodotMethod!(double) getAppliedTorque;
Undocumented in source.
- getBounce
GodotMethod!(double) getBounce;
Undocumented in source.
- getCollidingBodies
GodotMethod!(Array) getCollidingBodies;
Undocumented in source.
- getContinuousCollisionDetectionMode
GodotMethod!(RigidBody2D.CCDMode) getContinuousCollisionDetectionMode;
Undocumented in source.
- getFriction
GodotMethod!(double) getFriction;
Undocumented in source.
- getGravityScale
GodotMethod!(double) getGravityScale;
Undocumented in source.
- getInertia
GodotMethod!(double) getInertia;
Undocumented in source.
- getLinearDamp
GodotMethod!(double) getLinearDamp;
Undocumented in source.
- getLinearVelocity
GodotMethod!(Vector2) getLinearVelocity;
Undocumented in source.
- getMass
GodotMethod!(double) getMass;
Undocumented in source.
- getMaxContactsReported
GodotMethod!(long) getMaxContactsReported;
Undocumented in source.
- getMode
GodotMethod!(RigidBody2D.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.
- isUsingCustomIntegrator
GodotMethod!(bool) isUsingCustomIntegrator;
Undocumented in source.
- setAngularDamp
GodotMethod!(void, double) setAngularDamp;
Undocumented in source.
- setAngularVelocity
GodotMethod!(void, double) setAngularVelocity;
Undocumented in source.
- setAppliedForce
GodotMethod!(void, Vector2) setAppliedForce;
Undocumented in source.
- setAppliedTorque
GodotMethod!(void, double) setAppliedTorque;
Undocumented in source.
- setAxisVelocity
GodotMethod!(void, Vector2) 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.
- setContinuousCollisionDetectionMode
GodotMethod!(void, long) setContinuousCollisionDetectionMode;
Undocumented in source.
- setFriction
GodotMethod!(void, double) setFriction;
Undocumented in source.
- setGravityScale
GodotMethod!(void, double) setGravityScale;
Undocumented in source.
- setInertia
GodotMethod!(void, double) setInertia;
Undocumented in source.
- setLinearDamp
GodotMethod!(void, double) setLinearDamp;
Undocumented in source.
- setLinearVelocity
GodotMethod!(void, Vector2) 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.
- setUseCustomIntegrator
GodotMethod!(void, bool) setUseCustomIntegrator;
Undocumented in source.
- setWeight
GodotMethod!(void, double) setWeight;
Undocumented in source.
- testMotion
GodotMethod!(bool, Vector2, bool, double, Physics2DTestMotionResult) testMotion;
Undocumented in source.