Api ITraceProvider
interface

ITraceProvider

public interface ITraceProvider

When implementing an ITraceProvider, the most important thing to keep in mind is that the call to DoTrace should be thread safe. This might be called from multiple threads at once, so you better watch out.

Methods

virtual Void DoTrace(InAttribute) trace, List<SceneTraceResult> results)
virtual SceneTraceResult? DoTrace(InAttribute) trace)
Assembly: Sandbox.Engine Declaring Type: GameObjectSystem Full Name: Sandbox.GameObjectSystem.ITraceProvider