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

Public Member Functions

 EntityRaycastHit (Vector position, float dist, Entity hitEntity, IRaycastable hitRaycastable)
 

Public Attributes

readonly Vector Position
 
readonly float Distance
 
readonly Entity HitEntity
 
readonly IRaycastable HitRaycastable
 

Constructor & Destructor Documentation

Chunks.Geometry.EntityRaycastHit.EntityRaycastHit ( Vector  position,
float  dist,
Entity  hitEntity,
IRaycastable  hitRaycastable 
)

Member Data Documentation

readonly float Chunks.Geometry.EntityRaycastHit.Distance
readonly Entity Chunks.Geometry.EntityRaycastHit.HitEntity
readonly IRaycastable Chunks.Geometry.EntityRaycastHit.HitRaycastable
readonly Vector Chunks.Geometry.EntityRaycastHit.Position

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