Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPointLightApi

The api for a point light. A point light can be created by calling the addPointLight method.

Hierarchy

Index

Properties

color: Color

The color of the light.

decay: number

The decay of the light.

distance: number

The distance of the light.

id: string

The id of the light.

intensity: number

The intensity of the light.

position: vec3

The position of the light.

The type of the light.

name?: string

The name of the light. Used by the platform.

order?: number

The order of the light. Used by the platform.