struct Trace

robot_2Generated
code_blocksInput

Description

The Trace struct in the Editor namespace is used for tracing operations within the editor tools. It is distinct from the Sandbox.SceneTrace and is specifically designed for use with editor-related tasks.

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.