Class: VoxelPhysics
This page documents the methods and fields available in the VoxelPhysics class.
Members
| Signature | Description |
|---|---|
VoxelPhysics() | Creates a new instance of VoxelPhysics. |
getClimbSpeed() | Returns the current climb speed. |
getGravity() | Returns the current gravity. |
getMaxClimbHeight() | Returns the current max climb height. |
getMaxGravitySpeed() | Returns the current max gravity speed. |
getVelocity() | Returns the current velocity. |
setClimbSpeed(float) | Sets or updates the climb speed. |
setGravity(float) | Sets or updates the gravity. |
setMaxClimbHeight(float) | Sets or updates the max climb height. |
setMaxGravitySpeed(float) | Sets or updates the max gravity speed. |
setVelocity(Vector3) | Sets or updates the velocity. |