camera flag binds

This commit is contained in:
2020-02-01 06:26:57 +07:00
parent 3edf783950
commit 2c465f4f42
2 changed files with 32 additions and 0 deletions

View File

@@ -6,6 +6,12 @@ local camera = {
---@type boolean
disabled = false,
---@type boolean
input = false,
---@type boolean
gizmos = false,
---@type integer
depth = 0,