Ultimate Replay Scripting Reference
ReplaySnapshotRestoreReplayObjects Method |
Attempts to restore any replay objects that were spawned or despawned during this snapshot.
Namespace: UltimateReplay.Storage
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void RestoreReplayObjects( ReplayScene scene )
Parameters
- scene
- Type: UltimateReplay.CoreReplayScene
[Missing <param name="scene"/> documentation for "M:UltimateReplay.Storage.ReplaySnapshot.RestoreReplayObjects(UltimateReplay.Core.ReplayScene)"]
See Also