interface MAGES::Recorder::ICapturedEvent

Overview

An event captured by the recorder. More…

interface ICapturedEvent
{
    // properties

    long CreateFrame;
    double CreateTime;
    double CaptureTime;
};

// direct descendants

class AnalyticsEvent;
class ClientEnterEvent;
class ClientExitEvent;
class GameObjectSpawnEvent;
class MicrophoneEvent;
class PointerClickEvent;
class PointerEnterExitEvent;
class PositionChangeEvent;
class RotationChangeEvent;
class SceneGraphEvent;

Detailed Documentation

An event captured by the recorder.

Properties

long CreateFrame

Gets the frame the event was captured on.

double CreateTime

Gets the estimated time (wall-clock time) when the event was created (NOT captured).

double CaptureTime

Gets the estimated time (wall-clock time) when the event was captured.