Enum Rubikon.TraceOptions ​
Namespace: ValveResourceFormat.Renderer
Assembly: Renderer.dll
Optional behaviors of an axis-aligned box trace.
csharp
[Flags]
public enum Rubikon.TraceOptionsFields ​
None = 0
No optional behaviors.
DetectStartSolid = 1
Test triangles for overlap at the start position (reported as ).
ComputeContactPoint = 2
Also compute on hits.

