ReplayEvent.eventData Field

Ultimate Replay

ReplayEventeventData Field
The replay state data associated with this ReplayEvent. The event data should contain no more than 255 bytes to ensure that the data is serialized correctly.

Namespace: UltimateReplay.Core
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public ReplayState eventData

Field Value

Type: ReplayState
See Also