Chunks
Moddable voxel sandbox for room-scale VR.
|
Contains information about a Ray hitting a MenuPanel. More...
Public Attributes | |
readonly MenuPanel | MenuPanel |
The MenuPanel that was hit. More... | |
readonly Vector | Position |
The location in world space that the hit occurred. More... | |
readonly Vector | Normal |
The world space normal of the hit. More... | |
readonly Vector | TextureCoord |
The texture coordinates of the hit on the MenuPanel's control display. More... | |
readonly float | Distance |
The distance of the ray from its origin to the hit position. More... | |
Contains information about a Ray hitting a MenuPanel.
readonly float Chunks.Interface.MenuPanelRaycastHit.Distance |
The distance of the ray from its origin to the hit position.
readonly Vector Chunks.Interface.MenuPanelRaycastHit.Normal |
The world space normal of the hit.
readonly Vector Chunks.Interface.MenuPanelRaycastHit.Position |
The location in world space that the hit occurred.
readonly Vector Chunks.Interface.MenuPanelRaycastHit.TextureCoord |
The texture coordinates of the hit on the MenuPanel's control display.