Chunks
Moddable voxel sandbox for room-scale VR.
|
Public Member Functions | |
bool | Raycast (Ray ray, float maxDist, out EntityRaycastHit raycastHit) |
Additional Inherited Members | |
Properties inherited from Chunks.Entities.IComponent | |
Entity | Entity [get] |
bool | IsSavingImplemented [get] |
bool | Enabled [get, set] |
Properties inherited from Chunks.Entities.IObject | |
bool | IsValid [get] |
string | Name [get, set] |
Transform | Transform [get] |
IWorld | World [get] |
bool Chunks.Geometry.IRaycastable.Raycast | ( | Ray | ray, |
float | maxDist, | ||
out EntityRaycastHit | raycastHit | ||
) |
Implemented in Chunks.Geometry.AABBPhysics.