IProfilerConsumer

Description

interface Tinman.Engine.Profiling.IProfilerConsumer

Extended by

IApplication
IWidget
SceneView sealed
TerrainView sealed

Base interface for classes that consume IProfiler values.

Public / Methods

Profiler​Attach


public method ProfilerAttach → (1)

profiler in : IProfiler

[not-null]
The profiler to attach to.

Attaches this object to the given profiler in.

Profiler​Detach


public method ProfilerDetach → ()

Detaches this object from its IProfiler object.