169 lines
3.8 KiB
XML
169 lines
3.8 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="GIProbeData" inherits="Resource" category="Core" version="3.0-beta">
|
|
<brief_description>
|
|
</brief_description>
|
|
<description>
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<demos>
|
|
</demos>
|
|
<methods>
|
|
<method name="get_bias" qualifiers="const">
|
|
<return type="float">
|
|
</return>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_bounds" qualifiers="const">
|
|
<return type="AABB">
|
|
</return>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_cell_size" qualifiers="const">
|
|
<return type="float">
|
|
</return>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_dynamic_data" qualifiers="const">
|
|
<return type="PoolIntArray">
|
|
</return>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_dynamic_range" qualifiers="const">
|
|
<return type="int">
|
|
</return>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_energy" qualifiers="const">
|
|
<return type="float">
|
|
</return>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_normal_bias" qualifiers="const">
|
|
<return type="float">
|
|
</return>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_propagation" qualifiers="const">
|
|
<return type="float">
|
|
</return>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_to_cell_xform" qualifiers="const">
|
|
<return type="Transform">
|
|
</return>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="is_compressed" qualifiers="const">
|
|
<return type="bool">
|
|
</return>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="is_interior" qualifiers="const">
|
|
<return type="bool">
|
|
</return>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="set_bias">
|
|
<return type="void">
|
|
</return>
|
|
<argument index="0" name="bias" type="float">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="set_bounds">
|
|
<return type="void">
|
|
</return>
|
|
<argument index="0" name="bounds" type="AABB">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="set_cell_size">
|
|
<return type="void">
|
|
</return>
|
|
<argument index="0" name="cell_size" type="float">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="set_compress">
|
|
<return type="void">
|
|
</return>
|
|
<argument index="0" name="compress" type="bool">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="set_dynamic_data">
|
|
<return type="void">
|
|
</return>
|
|
<argument index="0" name="dynamic_data" type="PoolIntArray">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="set_dynamic_range">
|
|
<return type="void">
|
|
</return>
|
|
<argument index="0" name="dynamic_range" type="int">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="set_energy">
|
|
<return type="void">
|
|
</return>
|
|
<argument index="0" name="energy" type="float">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="set_interior">
|
|
<return type="void">
|
|
</return>
|
|
<argument index="0" name="interior" type="bool">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="set_normal_bias">
|
|
<return type="void">
|
|
</return>
|
|
<argument index="0" name="bias" type="float">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="set_propagation">
|
|
<return type="void">
|
|
</return>
|
|
<argument index="0" name="propagation" type="float">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="set_to_cell_xform">
|
|
<return type="void">
|
|
</return>
|
|
<argument index="0" name="to_cell_xform" type="Transform">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
</methods>
|
|
<constants>
|
|
</constants>
|
|
</class>
|