aboutsummaryrefslogtreecommitdiff
path: root/core/object.h
diff options
context:
space:
mode:
authorJuan Linietsky2017-01-10 22:20:57 -0300
committerJuan Linietsky2017-01-10 22:20:57 -0300
commit4338c9016347159d9562a5435e4c81afc21a362a (patch)
tree639c27da13718bcdfff64e5f95be4efffa45b576 /core/object.h
parent80b733a33a56067eb7a067f0f1ce30b6c38275f8 (diff)
downloadgodot-4338c9016347159d9562a5435e4c81afc21a362a.tar.gz
godot-4338c9016347159d9562a5435e4c81afc21a362a.tar.zst
godot-4338c9016347159d9562a5435e4c81afc21a362a.zip
Diffstat (limited to 'core/object.h')
-rw-r--r--core/object.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/core/object.h b/core/object.h
index b67548608..a54693eab 100644
--- a/core/object.h
+++ b/core/object.h
@@ -58,7 +58,10 @@ enum PropertyHint {
PROPERTY_HINT_SPRITE_FRAME,
PROPERTY_HINT_KEY_ACCEL, ///< hint_text= "length" (as integer)
PROPERTY_HINT_FLAGS, ///< hint_text= "flag1,flag2,etc" (as bit flags)
- PROPERTY_HINT_ALL_FLAGS,
+ PROPERTY_HINT_LAYERS_2D_RENDER,
+ PROPERTY_HINT_LAYERS_2D_PHYSICS,
+ PROPERTY_HINT_LAYERS_3D_RENDER,
+ PROPERTY_HINT_LAYERS_3D_PHYSICS,
PROPERTY_HINT_FILE, ///< a file path must be passed, hint_text (optionally) is a filter "*.png,*.wav,*.doc,"
PROPERTY_HINT_DIR, ///< a directort path must be passed
PROPERTY_HINT_GLOBAL_FILE, ///< a file path must be passed, hint_text (optionally) is a filter "*.png,*.wav,*.doc,"