Skip to main content

VoxelCollider

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

Package: JAVARuntime

Category: Voxels

Component: yes


public class VoxelCollider extends Component

Constructors

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

Attributes

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

Virtual Attributes

NameTypeAccessDescription
horizontalSizefloatget/setVirtual attribute exposed by getHorizontalSize. Access it like a field to read or write the underlying value.
positionOffsetVector3get/setVirtual attribute exposed by getPositionOffset. Access it like a field to read or write the underlying value.
verticalSizefloatget/setVirtual attribute exposed by getVerticalSize. Access it like a field to read or write the underlying value.