Class CartridgeLoaderUiState
Inheritance
System.Object
CartridgeLoaderUiState
Assembly: Content.Shared.dll
Syntax
public class CartridgeLoaderUiState : BoundUserInterfaceState
Constructors
|
Improve this Doc
View Source
CartridgeLoaderUiState(List<NetEntity>, Nullable<NetEntity>)
Declaration
public CartridgeLoaderUiState(List<NetEntity> programs, NetEntity? activeUI)
Parameters
Type |
Name |
Description |
List<NetEntity> |
programs |
|
System.Nullable<NetEntity> |
activeUI |
|
Fields
|
Improve this Doc
View Source
ActiveUI
Declaration
public NetEntity? ActiveUI
Field Value
Type |
Description |
System.Nullable<NetEntity> |
|
|
Improve this Doc
View Source
Programs
Declaration
public List<NetEntity> Programs
Field Value
Type |
Description |
List<NetEntity> |
|