Chunks
Moddable voxel sandbox for room-scale VR.
Public Member Functions | List of all members
Chunks.Geometry.IRaycastable Interface Reference
Inheritance diagram for Chunks.Geometry.IRaycastable:
Chunks.Entities.IComponent Chunks.Entities.IObject Chunks.Geometry.AABBPhysics

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]
 

Member Function Documentation

bool Chunks.Geometry.IRaycastable.Raycast ( Ray  ray,
float  maxDist,
out EntityRaycastHit  raycastHit 
)

Implemented in Chunks.Geometry.AABBPhysics.


The documentation for this interface was generated from the following file: