wiki.sine.space | sinespace

Scripting/SLight

From wiki.sine.space
Revision as of 12:07, 20 April 2017 by Mike (CNDG) (Talk | contribs) (Created page with "Light sources within the Space scene. =Properties= {{ScriptFunction|bool|Enabled|{ get; set;}|Enable/Disable this light.}} {{ScriptFunction|float|Range|{ get; set;}|Get/Set t...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Light sources within the Space scene.

Properties

Enabled

bool Enabled { get; set;}

Enable/Disable this light.

No example provided yet


Range

float Range { get; set;}

Get/Set the effective range of the light source.

No example provided yet


Intensity

float Intensity { get; set;}

Get/Set the intensity of the light source. (Multiplied with the light color)

No example provided yet


Color

SVector Color { get; set;}

Get/Set the color of the light.

No example provided yet


Type

SLightType Type { get; set;}

Get/Set the type of light this source is.

No example provided yet