struct Trace

book_4_sparkGenerated
code_blocksInput

Description

The Trace struct in the Editor namespace is designed for tracing operations within the editor tools. It should not be confused with Sandbox.SceneTrace.

Members

Static Members

Member NameSummary
RayPerforms a ray trace from one point to another.

Instance Members

Member NameSummary
MeshesOnlyOnly trace against hammer mesh geometry (CMapMesh nodes).
SkipToolsMaterialsDon't hit tools materials (materials with the tools.toolsmaterial attribute).
RunExecutes the trace operation within the specified world.