IApplicationInfo

Description

interface Tinman.Engine.Application.IApplicationInfo

Provides general purpose information about an application.

Public / Attributes

Frame​Rate​Limit


public attribute FrameRateLimit → (get)

value : int32

[>=0]
The frame rate limit, in Hz. If 0 the limit will be disabled.

Optional limit for rendering frames.

Defaults to 100.

Running​Operations


public attribute RunningOperations → (get)

value : IVectorConst<RunningOperation>

[not-null]
The list of running background operations.

Returns the running background operations that have been started in the context of the application.