struct
GameSetting
public sealed struct GameSetting A ConVarAttribute that has been marked with GameSetting This is stored as project metadata so we can set up a game without loading it.
Constructors
GameSetting(String Name, String Title, String Group, String Default) A ConVarAttribute that has been marked with GameSetting This is stored as project metadata so we can set up a game without loading it.
Properties
| Name | Type | Description |
|---|---|---|
Name | String | |
Title | String | |
Group | String | |
Default | String | |
Options | List<Option> | |
Min | Single? | |
Max | Single? | |
Step | Single? |
Methods
Void Deconstruct(String Name, String Title, String Group, String Default)