ITraceProviderclass

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.

objectITraceProvider
Namespace
global
Assembly
Sandbox.Engine
Declaration
public abstract interface Sandbox.GameObjectSystem.ITraceProvider

Methods2

Showing 2 methods

On this page