VocabularyraylibClass descriptionRepresents collision information from a Ray.
Fieldshit | bool | Did the ray hit something? |
distance | float | Distance to nearest hit |
point | Vector3 | Point of nearest hit |
normal | Vector3 | Surface normal of hit |
DefinitionMethods