TR_GetFractionLeftSolid
Returns the time fraction from a trace result when it left a solid.
Only valid if trace started in solid
native float TR_GetFractionLeftSolid(Handle hndl = INVALID_HANDLE)Parameters
A trace Handle, or INVALID_HANDLE to use a global trace result.
Return Value
float Time fraction left solid value of the trace.Error
Invalid Handle.