Skip to main content

VoxelPlayerController

Complete API reference for VoxelPlayerController, including constructors, attributes, virtual attributes, and methods.

Package: JAVARuntime

Category: Voxels

Component: yes


public class VoxelPlayerController extends Component

Constructors

SignatureDescription
VoxelPlayerController(VoxelPlayerController)Executes VoxelPlayerController and returns after the underlying engine call finishes.
VoxelPlayerController(Engine)Executes VoxelPlayerController and returns after the underlying engine call finishes.
VoxelPlayerController()Creates a new instance of VoxelPlayerController.

Attributes

NameTypeDescription
instanceVoxelPlayerControllerRepresents the instance value stored on this instance. Read or assign to update the property.

Virtual Attributes

NameTypeAccessDescription
horizontalSlideNameStringget/setVirtual attribute exposed by getHorizontalSlideName. Access it like a field to read or write the underlying value.
horizontalSlideSensfloatget/setVirtual attribute exposed by getHorizontalSlideSens. Access it like a field to read or write the underlying value.
joystickNameStringget/setVirtual attribute exposed by getJoystickName. Access it like a field to read or write the underlying value.
runSpeedfloatget/setVirtual attribute exposed by getRunSpeed. Access it like a field to read or write the underlying value.
walkSpeedfloatget/setVirtual attribute exposed by getWalkSpeed. Access it like a field to read or write the underlying value.