RectangleLightShape
Overloads (3):
| Name | Return Type | Description |
|---|---|---|
| RectangleLightShape() | None | Creates a rectangle light shape object with 4.0' emit length and a 2.0' emit width. |
| RectangleLightShape(RectangleLightShape) | None | Creates a copy of the given rectangle light shape |
| RectangleLightShape(Double, Double) | None | Creates a rectangle light shape object with the given emit length and width. |