ReplayBehaviour.OnReplayEvent Method

Ultimate Replay

ReplayBehaviourOnReplayEvent Method
Called by the replay system when an event has been received during playback.

Namespace: UltimateReplay
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public virtual void OnReplayEvent(
	ReplayEvent replayEvent
)

Parameters

replayEvent
Type: UltimateReplay.CoreReplayEvent
The event that was received
See Also