Skip to content

LightEditOptions

github-actions[bot] edited this page Aug 11, 2023 · 13 revisions

Interface: LightEditOptions

Hierarchy

  • ArcheTypeResourceEditOptions

    LightEditOptions

Table of contents

Properties

Properties

archeType

Optional archeType: ArcheType

Inherited from

ArcheTypeResourceEditOptions.archeType

Defined in

src/structures/ArcheTypeResource.ts:7


brightness

Optional brightness: number

Defined in

src/structures/Light.ts:51


color

Optional color: XyPoint

Defined in

src/structures/Light.ts:53


colorTemperature

Optional colorTemperature: number

Defined in

src/structures/Light.ts:52


dynamics

Optional dynamics: Object

Type declaration

Name Type
duration? number
speed? number

Defined in

src/structures/Light.ts:42


effect

Optional effect: LightEffect

Defined in

src/structures/Light.ts:46


gradient

Optional gradient: XyPoint[]

Defined in

src/structures/Light.ts:54


name

Optional name: string

Inherited from

ArcheTypeResourceEditOptions.name

Defined in

src/structures/NamedResource.ts:7


on

Optional on: boolean

Defined in

src/structures/Light.ts:41


timedEffects

Optional timedEffects: Object

Type declaration

Name Type
duration? number
effect? LightTimedEffect

Defined in

src/structures/Light.ts:47