RayCollision
extern (C) @nogc nothrow
struct RayCollision {
}
- distance
float distance;
Undocumented in source.
- hit
bool hit;
Undocumented in source.
- normal
Vector3 normal;
Undocumented in source.
- point
Vector3 point;
Undocumented in source.
raylib
aliasesenumsfunctionsmanifest constantsstructs