<?xml version="1.0" encoding="UTF-8" ?> <class name="Sky" inherits="Resource" category="Core" version="3.0.alpha.custom_build"> <brief_description> </brief_description> <description> </description> <tutorials> </tutorials> <demos> </demos> <methods> <method name="get_radiance_size" qualifiers="const"> <return type="int" enum="Sky.RadianceSize"> </return> <description> </description> </method> <method name="set_radiance_size"> <return type="void"> </return> <argument index="0" name="size" type="int" enum="Sky.RadianceSize"> </argument> <description> </description> </method> </methods> <members> <member name="radiance_size" type="int" setter="set_radiance_size" getter="get_radiance_size" enum="Sky.RadianceSize"> </member> </members> <constants> <constant name="RADIANCE_SIZE_32" value="0"> </constant> <constant name="RADIANCE_SIZE_64" value="1"> </constant> <constant name="RADIANCE_SIZE_128" value="2"> </constant> <constant name="RADIANCE_SIZE_256" value="3"> </constant> <constant name="RADIANCE_SIZE_512" value="4"> </constant> <constant name="RADIANCE_SIZE_1024" value="5"> </constant> <constant name="RADIANCE_SIZE_2048" value="6"> </constant> <constant name="RADIANCE_SIZE_MAX" value="7"> </constant> </constants> </class>