Click or drag to resize

ICallbackHandler Interface

Provides an interface for programs to respond to callbacks from the bgfx library.

Namespace:  Internal.SharpBgfx
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public interface ICallbackHandler

The ICallbackHandler type exposes the following members.

Methods
  NameDescription
Public methodCaptureFinished
Notifies that a frame capture has finished.
Public methodCaptureFrame
Notifies that a frame has been captured.
Public methodCaptureStarted
Notifies that a frame capture has begun.
Public methodGetCachedSize
Queries the size of a cache item.
Public methodGetCacheEntry
Retrieves an entry from the cache.
Public methodProfilerBegin
Called when a profiling region is entered.
Public methodProfilerEnd
Called when a profiling region is ended.
Public methodReportDebug
Called to print debug messages.
Public methodReportError
Called when an error occurs in the library.
Public methodSaveScreenShot
Save a captured screenshot.
Public methodSetCacheEntry
Saves an entry in the cache.
Top
See Also