TR_GetFraction
Returns the time fraction from a trace result (1.0 means no collision).
native float TR_GetFraction(Handle hndl = INVALID_HANDLE)Parameters
A trace Handle, or INVALID_HANDLE to use a global trace result.
Return Value
float Time fraction value of the trace.Error
Invalid Handle.