Property | Type | Description | |
---|---|---|---|
resource_tile_ids | System.Collections.Generic.List |
Method | Description | |
---|---|---|
Add ( int id ) : void |
Add the specified id.
|
|
Clear ( ) : void |
Clear this instance.
|
|
Contains ( int id ) : bool |
Test whether selection contains the specified id.
|
|
Count ( ) : int |
Gets the count. This is explicitly a method rather than a property, so it is not serialized when written to JSON |
|
GetCurrent ( ) : ResourceTileSelection, |
Gets the current resource tile selection.
|
|
GetEnumerator ( ) : Enumerator, |
Gets the enumerator.
|
|
Remove ( int id ) : bool | ||
RemoveAt ( int index ) : void |
Removes at index.
|
|
ResourceTileSelection ( System |
Initializes a new instance of the ResourceTileSelection struct.
|
|
ResourceTileSelection ( int ids ) |
Initializes a new instance of the ResourceTileSelection struct.
|
|
ToArray ( ) : int[] |
Converts to an array.
|
|
ToJson ( ) : string |
Converts to json.
|
|
this ( int index ) : int |
Gets or sets the ResourceTileSelection at the specified index.
|
public static GetCurrent ( ) : ResourceTileSelection, | ||
return | ResourceTileSelection, |
public ResourceTileSelection ( System |
||
ids | System |
/// Identifiers. /// |
public ResourceTileSelection ( int ids ) | ||
ids | int | /// Identifiers. /// |