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
| Signature | Description |
|---|---|
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
| Name | Type | Description |
|---|---|---|
instance | VoxelCollider | Represents the instance value stored on this instance. Read or assign to update the property. |
Virtual Attributes
| Name | Type | Access | Description |
|---|---|---|---|
horizontalSize | float | get/set | Virtual attribute exposed by getHorizontalSize. Access it like a field to read or write the underlying value. |
positionOffset | Vector3 | get/set | Virtual attribute exposed by getPositionOffset. Access it like a field to read or write the underlying value. |
verticalSize | float | get/set | Virtual attribute exposed by getVerticalSize. Access it like a field to read or write the underlying value. |