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