We have redirected you to our new domain: store.godotengine.org. Please update your bookmarks!

Description
Changelog
Reviews

Debug Panel

It's a simple debug panel. Enable Dp plugin to use it.

Here's how you can use it:

# Insert or update row by id with provided value
Dp.push(&"FPS", "%.0f" % Engine.get_frames_per_second())

# Hide row by id
Dp.hide(&"FPS")

# Show row by id
Dp.show(&"FPS")

# Erase row by id
Dp.erase(&"FPS")

# Remove all rows from panel
Dp.clear()

# Debug panel visibility
Db.visible = false
Db.visible = true

Changelog for version 0.1.2

No changelog provided for this version.

Reviews (0)

Debug Panel has no reviews yet.

Login to write a review.