Interface IRuntimeUpdater
Interface specifying callbacks for all relevant Unity events
Namespace: Unity.Multiplayer.Tools.Common
Assembly: Unity.Multiplayer.Tools.Common.dll
Syntax
public interface IRuntimeUpdater
Events
OnAwake
Callback for OnAwake
Declaration
event Action OnAwake
Event Type
Type | Description |
---|---|
Action |
OnDestroyed
Callback for OnDestroyed
Declaration
event Action OnDestroyed
Event Type
Type | Description |
---|---|
Action |
OnFixedUpdate
Callback for OnFixedUpdate
Declaration
event Action OnFixedUpdate
Event Type
Type | Description |
---|---|
Action |
OnLateUpdate
Callback for OnLateUpdate
Declaration
event Action OnLateUpdate
Event Type
Type | Description |
---|---|
Action |
OnStart
Callback for OnStart
Declaration
event Action OnStart
Event Type
Type | Description |
---|---|
Action |
OnUpdate
Callback for OnUpdate
Declaration
event Action OnUpdate
Event Type
Type | Description |
---|---|
Action |