class MAGES::Recorder::GameObjectSpawnerCaptor¶
Overview¶
Captures events from the MAGES.Utilities.GameObjectSpawner class. More…
class GameObjectSpawnerCaptor: public MAGES::Recorder::ICaptor { public: // properties bool IsPolling; // methods void Init(); void Deinit(); void Poll(double timestamp, UpdatePhase phase); };
Inherited Members¶
public: // properties bool IsPolling; // methods void Init(); void Deinit(); void Poll(double timestamp, UpdatePhase phase);
Detailed Documentation¶
Captures events from the MAGES.Utilities.GameObjectSpawner class.
Properties¶
bool IsPolling
Gets a value indicating whether this captor is polling.
Methods¶
void Init()
Initializes the captor.
void Deinit()
Deinitialize the encoder.
void Poll(double timestamp, UpdatePhase phase)
Polls the captor for data.
Parameters:
timestamp |
The current timestamp. |
phase |
The current update phase. |