Added Visable bool and a better description to Pointlight component.
This commit is contained in:
@@ -3,4 +3,5 @@
|
|||||||
<Radius>1.0</Radius>
|
<Radius>1.0</Radius>
|
||||||
<Intensity>0.8</Intensity>
|
<Intensity>0.8</Intensity>
|
||||||
<Falloff>0.3</Falloff>
|
<Falloff>0.3</Falloff>
|
||||||
|
<Visible>true</Visible>
|
||||||
</c:PointLight>
|
</c:PointLight>
|
||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
<xs:element name="PointLight">
|
<xs:element name="PointLight">
|
||||||
<xs:annotation>
|
<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:annotation>
|
||||||
<xs:complexType>
|
<xs:complexType>
|
||||||
<xs:all>
|
<xs:all>
|
||||||
@@ -13,6 +13,7 @@
|
|||||||
<xs:element name="Radius" type="t:double" minOccurs="0"/>
|
<xs:element name="Radius" type="t:double" minOccurs="0"/>
|
||||||
<xs:element name="Intensity" 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="Falloff" type="t:double" minOccurs="0"/>
|
||||||
|
<xs:element name="Visible" type="t:bool" minOccurs="0"/>
|
||||||
</xs:all>
|
</xs:all>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
|
|||||||
Reference in New Issue
Block a user