Added Visable bool and a better description to Pointlight component.

This commit is contained in:
Tleety
2016-01-08 14:11:35 +01:00
parent e7bb8954bf
commit 25a99a04c5
2 changed files with 3 additions and 1 deletions
@@ -3,4 +3,5 @@
<Radius>1.0</Radius>
<Intensity>0.8</Intensity>
<Falloff>0.3</Falloff>
<Visible>true</Visible>
</c:PointLight>
+2 -1
View File
@@ -5,7 +5,7 @@
<xs:element name="PointLight">
<xs:annotation>
<xs:documentation>It's a point light!</xs:documentation>
<xs:documentation>A pointlight that lights up geometry in a radius.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:all>
@@ -13,6 +13,7 @@
<xs:element name="Radius" type="t:double" minOccurs="0"/>
<xs:element name="Intensity" type="t:double" minOccurs="0"/>
<xs:element name="Falloff" type="t:double" minOccurs="0"/>
<xs:element name="Visible" type="t:bool" minOccurs="0"/>
</xs:all>
</xs:complexType>
</xs:element>