Ultimate Replay Scripting Reference
ReplayBehaviourAwake Method |
Called by Unity.
Allows the ReplayBehaviour to validate its identity and register its self with the replay system.
Namespace: UltimateReplay
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public virtual void Awake()
See Also