GetScreenToWorldRayEx abstract method
RayStructType
GetScreenToWorldRayEx()
Get a ray trace from screen position (i.e mouse) in a viewport
Implementation
RayStructType GetScreenToWorldRayEx(
Vector2StructType position,
Camera3DStructType camera,
num width,
num height,
);