- collide
GodotMethod!(bool, Transform2D, Shape2D, Transform2D) collide;
Undocumented in source.
- collideAndGetContacts
GodotMethod!(Array, Transform2D, Shape2D, Transform2D) collideAndGetContacts;
Undocumented in source.
- collideWithMotion
GodotMethod!(bool, Transform2D, Vector2, Shape2D, Transform2D, Vector2) collideWithMotion;
Undocumented in source.
- collideWithMotionAndGetContacts
GodotMethod!(Array, Transform2D, Vector2, Shape2D, Transform2D, Vector2) collideWithMotionAndGetContacts;
Undocumented in source.
- draw
GodotMethod!(void, RID, Color) draw;
Undocumented in source.
- getCustomSolverBias
GodotMethod!(double) getCustomSolverBias;
Undocumented in source.
- setCustomSolverBias
GodotMethod!(void, double) setCustomSolverBias;
Undocumented in source.