Class Section
A collection of keys in a named group.
Assembly: Assembly-CSharp.dll
Syntax
[fsObject("v1", new Type[]{})]
public class Section
Properties
|
Improve this Doc
View Source
Description
A short description for this section.
Declaration
public string Description { get; set; }
Property Value
|
Improve this Doc
View Source
IsAdvanced
This section contains experimental settings and/or should be edited only by advanced users.
Declaration
public bool IsAdvanced { get; set; }
Property Value
|
Improve this Doc
View Source
Item[Int32]
Declaration
public Key this[int index] { get; }
Parameters
Type |
Name |
Description |
Int32 |
index |
|
Property Value
|
Improve this Doc
View Source
Item[String]
Declaration
public Key this[string key] { get; }
Parameters
Type |
Name |
Description |
String |
key |
|
Property Value
|
Improve this Doc
View Source
Keys
All the keys inside this section.
Declaration
[fsProperty]
public KeyCollection Keys { get; set; }
Property Value
|
Improve this Doc
View Source
Name
The name of this section.
Declaration
[fsProperty]
public string Name { get; set; }
Property Value