mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
doc: Sync classref with current source
Bind missing enums.
This commit is contained in:
@@ -209,10 +209,13 @@
|
||||
<constant name="TYPE_LIGHT" value="2" enum="Type">
|
||||
A shader for light calculations.
|
||||
</constant>
|
||||
<constant name="TYPE_COMPUTE" value="3" enum="Type">
|
||||
A compute shader, to use the GPU for abstract computation.
|
||||
<constant name="TYPE_EMIT" value="3" enum="Type">
|
||||
</constant>
|
||||
<constant name="TYPE_MAX" value="4" enum="Type">
|
||||
<constant name="TYPE_PROCESS" value="4" enum="Type">
|
||||
</constant>
|
||||
<constant name="TYPE_END" value="5" enum="Type">
|
||||
</constant>
|
||||
<constant name="TYPE_MAX" value="6" enum="Type">
|
||||
Represents the size of the [enum Type] enum.
|
||||
</constant>
|
||||
<constant name="NODE_ID_INVALID" value="-1">
|
||||
|
||||
Reference in New Issue
Block a user