- _directStateChanged
GodotMethod!(void, GodotObject) _directStateChanged;
Undocumented in source.
- getFloorVelocity
GodotMethod!(Vector2) getFloorVelocity;
Undocumented in source.
- getSafeMargin
GodotMethod!(double) getSafeMargin;
Undocumented in source.
- getSlideCollision
GodotMethod!(KinematicCollision2D, long) getSlideCollision;
Undocumented in source.
- getSlideCount
GodotMethod!(long) getSlideCount;
Undocumented in source.
- isOnCeiling
GodotMethod!(bool) isOnCeiling;
Undocumented in source.
- isOnFloor
GodotMethod!(bool) isOnFloor;
Undocumented in source.
- isOnWall
GodotMethod!(bool) isOnWall;
Undocumented in source.
- isSyncToPhysicsEnabled
GodotMethod!(bool) isSyncToPhysicsEnabled;
Undocumented in source.
- moveAndCollide
GodotMethod!(KinematicCollision2D, Vector2, bool, bool, bool) moveAndCollide;
Undocumented in source.
- moveAndSlide
GodotMethod!(Vector2, Vector2, Vector2, bool, bool, long, double) moveAndSlide;
Undocumented in source.
- moveAndSlideWithSnap
GodotMethod!(Vector2, Vector2, Vector2, Vector2, bool, bool, long, double) moveAndSlideWithSnap;
Undocumented in source.
- setSafeMargin
GodotMethod!(void, double) setSafeMargin;
Undocumented in source.
- setSyncToPhysics
GodotMethod!(void, bool) setSyncToPhysics;
Undocumented in source.
- testMove
GodotMethod!(bool, Transform2D, Vector2, bool) testMove;
Undocumented in source.