doc: Sync classref with current source

[ci skip]
This commit is contained in:
Rémi Verschelde
2017-09-16 01:46:14 +02:00
parent a74cc22591
commit 62cb43bb8d
30 changed files with 501 additions and 24 deletions

View File

@ -395,5 +395,17 @@
<constant name="MODE_MASK" value="3">
The light texture of the Light2D is used as a mask, hiding or revealing parts of the screen underneath depending on the value of each pixel of the light (mask) texture.
</constant>
<constant name="SHADOW_FILTER_NONE" value="0">
</constant>
<constant name="SHADOW_FILTER_PCF3" value="1">
</constant>
<constant name="SHADOW_FILTER_PCF5" value="2">
</constant>
<constant name="SHADOW_FILTER_PCF7" value="3">
</constant>
<constant name="SHADOW_FILTER_PCF9" value="4">
</constant>
<constant name="SHADOW_FILTER_PCF13" value="5">
</constant>
</constants>
</class>