Method Create
Create(bool, double)
Creates a new instance of PortalFrameValleyParapetParams class
Declaration
public static PortalFrameValleyParapetParams Create(bool isParapetActive, double parapetHeight)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | isParapetActive | The value indicating whether the parapet is active |
| double | parapetHeight | The parapet height |
Returns
| Type | Description |
|---|---|
| PortalFrameValleyParapetParams | The newly created instance of PortalFrameValleyParapetParams class |