Method Create
Create(string?)
Creates a new instance of PileTypeParams class
Declaration
public static PileTypeParams Create(string? name)
Parameters
Type | Name | Description |
---|---|---|
string | name | The unique name of the pile type |
Returns
Type | Description |
---|---|
PileTypeParams | The newly created instance of PileTypeParams class |