Method Create
Create(PortalFrameSpanType, double, double)
Creates a new instance of PortalFrameSpanParams class
Declaration
public static PortalFrameSpanParams Create(PortalFrameSpanType portalFrameSpanType, double leftLevel, double rightLevel)
Parameters
| Type | Name | Description |
|---|---|---|
| PortalFrameSpanType | portalFrameSpanType | The type of the span |
| double | leftLevel | The left side level of the span |
| double | rightLevel | The right side level of the span |
Returns
| Type | Description |
|---|---|
| PortalFrameSpanParams | The newly created instance of PortalFrameSpanParams class |