- getAxisLock
GodotMethod!(bool, long) getAxisLock;
Undocumented in source.
- getFloorVelocity
GodotMethod!(Vector3) getFloorVelocity;
Undocumented in source.
- getSafeMargin
GodotMethod!(double) getSafeMargin;
Undocumented in source.
- getSlideCollision
GodotMethod!(KinematicCollision, 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.
- moveAndCollide
GodotMethod!(KinematicCollision, Vector3, bool, bool) moveAndCollide;
Undocumented in source.
- moveAndSlide
GodotMethod!(Vector3, Vector3, Vector3, bool, long, double, bool) moveAndSlide;
Undocumented in source.
- moveAndSlideWithSnap
GodotMethod!(Vector3, Vector3, Vector3, Vector3, bool, bool, long, double) moveAndSlideWithSnap;
Undocumented in source.
- setAxisLock
GodotMethod!(void, long, bool) setAxisLock;
Undocumented in source.
- setSafeMargin
GodotMethod!(void, double) setSafeMargin;
Undocumented in source.
- testMove
GodotMethod!(bool, Transform, Vector3, bool) testMove;
Undocumented in source.