Class GameplayStateLoadController
Inheritance
System.Object
Robust.Client.UserInterface.Controllers.UIController
GameplayStateLoadController
Implements
Robust.Shared.GameObjects.IEntityEventSubscriber
Namespace: Content.Client.UserInterface.Systems.Gameplay
Assembly: Content.Client.dll
Syntax
public sealed class GameplayStateLoadController : UIController, IEntityEventSubscriber
Fields
| Improve this Doc View SourceOnScreenLoad
Declaration
public Action? OnScreenLoad
Field Value
| Type | Description |
|---|---|
| System.Nullable<Action> |
OnScreenUnload
Declaration
public Action? OnScreenUnload
Field Value
| Type | Description |
|---|---|
| System.Nullable<Action> |
Methods
| Improve this Doc View SourceLoadScreen()
Declaration
public void LoadScreen()
UnloadScreen()
Declaration
public void UnloadScreen()
Implements
Robust.Shared.GameObjects.IEntityEventSubscriber