Ultimate Replay Scripting Reference
ReplaySnapshot Methods |
The ReplaySnapshot type exposes the following members.
Methods
Name | Description | |
---|---|---|
OnReplayDataDeserialize |
Called by the replay system when this ReplaySnapshot should be deserialized from binary.
|
|
OnReplayDataSerialize |
Called by the replay system when this ReplaySnapshot should be serialized to binary.
|
|
OnReplayDeserialize |
Called by the replay system when this ReplaySnapshot should be deserialized.
|
|
OnReplaySerialize |
Called by the replay system when this ReplaySnapshot should be serialized.
|
|
RecordInitialReplayObjectData |
Attempts to record the initial information about a newly created replay object.
The initial information will only be sroted if the data is not equal to the default value.
|
|
RecordSnapshot |
Registers the specified replay state with this snapshot.
The specified identity is used during playback to ensure that the replay objects receives the correct state to deserialize.
|
|
Reset |
Clears all state information from the snapshot but keeps the time stamp.
|
|
RestoreInitialReplayObjectData |
Attempts to get the initial data for the replay object with the specified ReplayIdentity.
A ReplayInitialData will be returned containing the initial state for the replay object.
|
|
RestoreReplayObjects |
Attempts to restore any replay objects that were spawned or despawned during this snapshot.
|
|
RestoreSnapshot |
Attempts to recall the state information for the specified replay object identity.
If the identity does not exist in the scene then the return value will be null.
|
See Also