Shape2D._classBinding

Undocumented in source.

Members

Static variables

collide
GodotMethod!(bool, Transform2D, Shape2D, Transform2D) collide;
Undocumented in source.
collideAndGetContacts
GodotMethod!(Variant, Transform2D, Shape2D, Transform2D) collideAndGetContacts;
Undocumented in source.
collideWithMotion
GodotMethod!(bool, Transform2D, Vector2, Shape2D, Transform2D, Vector2) collideWithMotion;
Undocumented in source.
collideWithMotionAndGetContacts
GodotMethod!(Variant, Transform2D, Vector2, Shape2D, Transform2D, Vector2) collideWithMotionAndGetContacts;
Undocumented in source.
getCustomSolverBias
GodotMethod!(double) getCustomSolverBias;
Undocumented in source.
setCustomSolverBias
GodotMethod!(void, double) setCustomSolverBias;
Undocumented in source.

Meta