- _shapeChanged
GodotMethod!(void) _shapeChanged;
Undocumented in source.
- getOneWayCollisionMargin
GodotMethod!(double) getOneWayCollisionMargin;
Undocumented in source.
- getShape
GodotMethod!(Shape2D) getShape;
Undocumented in source.
- isDisabled
GodotMethod!(bool) isDisabled;
Undocumented in source.
- isOneWayCollisionEnabled
GodotMethod!(bool) isOneWayCollisionEnabled;
Undocumented in source.
- setDisabled
GodotMethod!(void, bool) setDisabled;
Undocumented in source.
- setOneWayCollision
GodotMethod!(void, bool) setOneWayCollision;
Undocumented in source.
- setOneWayCollisionMargin
GodotMethod!(void, double) setOneWayCollisionMargin;
Undocumented in source.
- setShape
GodotMethod!(void, Shape2D) setShape;
Undocumented in source.