VoxelPlayerController
class VoxelPlayerController
The player for the Voxel system.
public class VoxelPlayerController
extends Component
— Constructors (1) —
| Constructor | Description |
|---|---|
| VoxelPlayerController() | Creates a new VoxelPlayerController. |
— Methods (10) —
| Name | Description |
|---|---|
| String getHorizontalSlideName() | Returns a String with the name of the current horizontal slide of the VoxelPlayerController. |
| void setHorizontalSlideName(String value) | Sets the name of the current horizontal slide of the VoxelPlayerController. |
| float getHorizontalSlideSens() | Returns the current value of the horizontal slide sensitivity of the VoxelPlayerController. |
| void setHorizontalSlideSens(float value) | Sets the current value of the horizontal slide sensitivity of the VoxelPlayerController. |
| String getJoystickName() | Returns a String with the current name of the VoxelPlayerController Joystick. |
| void setJoystickName(String value) | Sets the current name of the VoxelPlayerController Joystick. |
| float getRunSpeed() | Returns the current running value of the VoxelPlayerController. |
| void setRunSpeed(float value) | Sets the current running value of the VoxelPlayerController. |
| float getWalkSpeed() | Returns the current walking value of the VoxelPlayerController. |
| void setWalkSpeed(float value) | Sets the current walking value of the VoxelPlayerController. |