- 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.
- getAngularVelocity
GodotMethod!(double) getAngularVelocity;
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!(Vector2, long) getContactColliderPosition;
Undocumented in source.
- getContactColliderShape
GodotMethod!(long, long) getContactColliderShape;
Undocumented in source.
- getContactColliderShapeMetadata
GodotMethod!(Variant, long) getContactColliderShapeMetadata;
Undocumented in source.
- getContactColliderVelocityAtPosition
GodotMethod!(Vector2, long) getContactColliderVelocityAtPosition;
Undocumented in source.
- getContactCount
GodotMethod!(long) getContactCount;
Undocumented in source.
- getContactLocalNormal
GodotMethod!(Vector2, long) getContactLocalNormal;
Undocumented in source.
- getContactLocalPosition
GodotMethod!(Vector2, long) getContactLocalPosition;
Undocumented in source.
- getContactLocalShape
GodotMethod!(long, long) getContactLocalShape;
Undocumented in source.
- getInverseInertia
GodotMethod!(double) getInverseInertia;
Undocumented in source.
- getInverseMass
GodotMethod!(double) getInverseMass;
Undocumented in source.
- getLinearVelocity
GodotMethod!(Vector2) getLinearVelocity;
Undocumented in source.
- getSpaceState
GodotMethod!(Physics2DDirectSpaceState) getSpaceState;
Undocumented in source.
- getStep
GodotMethod!(double) getStep;
Undocumented in source.
- getTotalAngularDamp
GodotMethod!(double) getTotalAngularDamp;
Undocumented in source.
- getTotalGravity
GodotMethod!(Vector2) getTotalGravity;
Undocumented in source.
- getTotalLinearDamp
GodotMethod!(double) getTotalLinearDamp;
Undocumented in source.
- getTransform
GodotMethod!(Transform2D) getTransform;
Undocumented in source.
- integrateForces
GodotMethod!(void) integrateForces;
Undocumented in source.
- isSleeping
GodotMethod!(bool) isSleeping;
Undocumented in source.
- setAngularVelocity
GodotMethod!(void, double) setAngularVelocity;
Undocumented in source.
- setLinearVelocity
GodotMethod!(void, Vector2) setLinearVelocity;
Undocumented in source.
- setSleepState
GodotMethod!(void, bool) setSleepState;
Undocumented in source.
- setTransform
GodotMethod!(void, Transform2D) setTransform;
Undocumented in source.