doc: Sync classref with current source

Ensure that s/fixed_process/physics_process/ is handled properly.
[ci skip]
This commit is contained in:
Rémi Verschelde 2017-10-11 23:54:43 +02:00
parent c30ab882d7
commit b1f2c31a36
40 changed files with 299 additions and 120 deletions

View file

@ -27,6 +27,12 @@
<description>
</description>
</method>
<method name="get_ao_light_affect" qualifiers="const">
<return type="float">
</return>
<description>
</description>
</method>
<method name="get_ao_texture_channel" qualifiers="const">
<return type="int" enum="SpatialMaterial.TextureChannel">
</return>
@ -357,6 +363,14 @@
<description>
</description>
</method>
<method name="set_ao_light_affect">
<return type="void">
</return>
<argument index="0" name="amount" type="float">
</argument>
<description>
</description>
</method>
<method name="set_ao_texture_channel">
<return type="void">
</return>
@ -777,6 +791,8 @@
</member>
<member name="ao_enabled" type="bool" setter="set_feature" getter="get_feature">
</member>
<member name="ao_light_affect" type="float" setter="set_ao_light_affect" getter="get_ao_light_affect">
</member>
<member name="ao_on_uv2" type="bool" setter="set_flag" getter="get_flag">
</member>
<member name="ao_texture" type="Texture" setter="set_texture" getter="get_texture">
@ -1059,13 +1075,13 @@
</constant>
<constant name="FLAG_MAX" value="12">
</constant>
<constant name="DIFFUSE_LAMBERT" value="0">
<constant name="DIFFUSE_BURLEY" value="0">
</constant>
<constant name="DIFFUSE_LAMBERT_WRAP" value="1">
<constant name="DIFFUSE_LAMBERT" value="1">
</constant>
<constant name="DIFFUSE_OREN_NAYAR" value="2">
<constant name="DIFFUSE_LAMBERT_WRAP" value="2">
</constant>
<constant name="DIFFUSE_BURLEY" value="3">
<constant name="DIFFUSE_OREN_NAYAR" value="3">
</constant>
<constant name="DIFFUSE_TOON" value="4">
</constant>