Light

Overview

Light is a class in Aspose.3D FOSS for Typescript. Inherits from: Camera.

Light.constructor creates a new Light with an optional name and a specified light type.

This class provides 1 method for working with Light objects in Typescript programs. Available methods include: constructor. All public members are accessible to any Typescript application after installing the Aspose.3D FOSS for Typescript package. Properties: lightType.

Properties

NameTypeAccessDescription
lightTypestringRead/WriteGets the light type.

Methods

SignatureDescription
constructor(name: string | null, lightType: any)Creates a new Light with an optional name and a specified light type

See Also