Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 710 Bytes

File metadata and controls

33 lines (27 loc) · 710 Bytes

SetLightInfo

Description

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

Parameters

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.

Version

Availability: from MiniCAD7.0

Category