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