Sets the attributes of the referenced light object.
PROCEDURE SetLightInfo(
h : HANDLE;
lightType : INTEGER;
brightness : INTEGER;
isOn : BOOLEAN;
castShadow : BOOLEAN);def vs.SetLightInfo(h, lightType, brightness, isOn, castShadow):
return None| Name | Type | Description |
|---|---|---|
| h | HANDLE | Handle to light. |
| lightType | INTEGER | Light type. |
| brightness | INTEGER | Brightness of light. |
| isOn | BOOLEAN | On-off status of light. |
| castShadow | BOOLEAN | Shadow casting status of light. |
Availability: from MiniCAD7.0