ReplayScene.ActiveReplayObjects Property

Ultimate Replay

ReplaySceneActiveReplayObjects Property
Get a collection of all game objects that are registered with the replay system.

Namespace: UltimateReplay.Core
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public HashSet<ReplayObject> ActiveReplayObjects { get; }

Property Value

Type: HashSetReplayObject
See Also