1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Added inspector plugin documentation.

Fixed plugin bindings.
This commit is contained in:
Juan Linietsky
2019-04-23 16:39:09 -03:00
parent f2c26098a9
commit 325f6c6581
15 changed files with 162 additions and 6 deletions

View File

@@ -57,8 +57,7 @@
<constant name="OBJECT_NODE_COUNT" value="10" enum="Monitor">
Number of nodes currently instanced in the scene tree. This also includes the root node.
</constant>
<constant name="OBJECT_ORPHANS_NODE_COUNT" value="11" enum="Monitor">
Number of instanced nodes that aren't included in the scene tree.
<constant name="OBJECT_ORPHAN_NODE_COUNT" value="11" enum="Monitor">
</constant>
<constant name="RENDER_OBJECTS_IN_FRAME" value="12" enum="Monitor">
3D objects drawn per frame.