Chunks
Moddable voxel sandbox for room-scale VR.
Public Member Functions | Public Attributes | List of all members
Chunks.Geometry.RaycastHit Struct Reference

Public Member Functions

 RaycastHit (bool hitWorld, WorldRaycastHit worldHit, bool hitEntity, EntityRaycastHit entityHit)
 

Public Attributes

readonly Vector Position
 
readonly float Distance
 
readonly bool HasHitEntity
 
readonly bool HasHitWorld
 
readonly WorldRaycastHit WorldHit
 
readonly EntityRaycastHit EntityHit
 

Constructor & Destructor Documentation

Chunks.Geometry.RaycastHit.RaycastHit ( bool  hitWorld,
WorldRaycastHit  worldHit,
bool  hitEntity,
EntityRaycastHit  entityHit 
)

Member Data Documentation

readonly float Chunks.Geometry.RaycastHit.Distance
readonly EntityRaycastHit Chunks.Geometry.RaycastHit.EntityHit
readonly bool Chunks.Geometry.RaycastHit.HasHitEntity
readonly bool Chunks.Geometry.RaycastHit.HasHitWorld
readonly Vector Chunks.Geometry.RaycastHit.Position
readonly WorldRaycastHit Chunks.Geometry.RaycastHit.WorldHit

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