wiki.sine.space | sinespace

Difference between revisions of "Scripting/SLight"

From wiki.sine.space
Jump to: navigation, search
(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...")
 
(Replaced content with "This page has moved to: https://docs.sine.space/v/scripting/client-scripting/components/slight")
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Light sources within the Space scene.
+
This page has moved to: https://docs.sine.space/v/scripting/client-scripting/components/slight
 
+
=Properties=
+
{{ScriptFunction|bool|Enabled|{ get; set;}|Enable/Disable this light.}}
+
{{ScriptFunction|float|Range|{ get; set;}|Get/Set the effective range of the light source.}}
+
{{ScriptFunction|float|Intensity|{ get; set;}|Get/Set the intensity of the light source. (Multiplied with the light color)}}
+
{{ScriptFunction|SVector|Color|{ get; set;}|Get/Set the color of the light.}}
+
{{ScriptFunction|SLightType|Type|{ get; set;}|Get/Set the type of light this source is.}}
+
 
+
 
+
{{Scripting Navbox}}
+

Latest revision as of 06:02, 19 September 2022

This page has moved to: https://docs.sine.space/v/scripting/client-scripting/components/slight