- 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.
- getAngularVelocity
GodotMethod!(Vector3) getAngularVelocity;
Undocumented in source.
- getCenterOfMass
GodotMethod!(Vector3) getCenterOfMass;
Undocumented in source.
- getContactCollider
GodotMethod!(RID, long) getContactCollider;
Undocumented in source.
- getContactColliderId
GodotMethod!(long, long) getContactColliderId;
Undocumented in source.
- getContactColliderObject
GodotMethod!(GodotObject, long) getContactColliderObject;
Undocumented in source.
- getContactColliderPosition
GodotMethod!(Vector3, long) getContactColliderPosition;
Undocumented in source.
- getContactColliderShape
GodotMethod!(long, long) getContactColliderShape;
Undocumented in source.
- getContactColliderVelocityAtPosition
GodotMethod!(Vector3, long) getContactColliderVelocityAtPosition;
Undocumented in source.
- getContactCount
GodotMethod!(long) getContactCount;
Undocumented in source.
- getContactImpulse
GodotMethod!(double, long) getContactImpulse;
Undocumented in source.
- getContactLocalNormal
GodotMethod!(Vector3, long) getContactLocalNormal;
Undocumented in source.
- getContactLocalPosition
GodotMethod!(Vector3, long) getContactLocalPosition;
Undocumented in source.
- getContactLocalShape
GodotMethod!(long, long) getContactLocalShape;
Undocumented in source.
- getInverseInertia
GodotMethod!(Vector3) getInverseInertia;
Undocumented in source.
- getInverseMass
GodotMethod!(double) getInverseMass;
Undocumented in source.
- getLinearVelocity
GodotMethod!(Vector3) getLinearVelocity;
Undocumented in source.
- getPrincipalInertiaAxes
GodotMethod!(Basis) getPrincipalInertiaAxes;
Undocumented in source.
- getSpaceState
GodotMethod!(PhysicsDirectSpaceState) getSpaceState;
Undocumented in source.
- getStep
GodotMethod!(double) getStep;
Undocumented in source.
- getTotalAngularDamp
GodotMethod!(double) getTotalAngularDamp;
Undocumented in source.
- getTotalGravity
GodotMethod!(Vector3) getTotalGravity;
Undocumented in source.
- getTotalLinearDamp
GodotMethod!(double) getTotalLinearDamp;
Undocumented in source.
- getTransform
GodotMethod!(Transform) getTransform;
Undocumented in source.
- integrateForces
GodotMethod!(void) integrateForces;
Undocumented in source.
- isSleeping
GodotMethod!(bool) isSleeping;
Undocumented in source.
- setAngularVelocity
GodotMethod!(void, Vector3) setAngularVelocity;
Undocumented in source.
- setLinearVelocity
GodotMethod!(void, Vector3) setLinearVelocity;
Undocumented in source.
- setSleepState
GodotMethod!(void, bool) setSleepState;
Undocumented in source.
- setTransform
GodotMethod!(void, Transform) setTransform;
Undocumented in source.