Implement Navigation layers
This commit is contained in:
parent
a9dc53d152
commit
ba1344408f
33 changed files with 410 additions and 35 deletions
|
|
@ -66,8 +66,10 @@ enum PropertyHint {
|
|||
PROPERTY_HINT_FLAGS, ///< hint_text= "flag1,flag2,etc" (as bit flags)
|
||||
PROPERTY_HINT_LAYERS_2D_RENDER,
|
||||
PROPERTY_HINT_LAYERS_2D_PHYSICS,
|
||||
PROPERTY_HINT_LAYERS_2D_NAVIGATION,
|
||||
PROPERTY_HINT_LAYERS_3D_RENDER,
|
||||
PROPERTY_HINT_LAYERS_3D_PHYSICS,
|
||||
PROPERTY_HINT_LAYERS_3D_NAVIGATION,
|
||||
PROPERTY_HINT_FILE, ///< a file path must be passed, hint_text (optionally) is a filter "*.png,*.wav,*.doc,"
|
||||
PROPERTY_HINT_DIR, ///< a directory path must be passed
|
||||
PROPERTY_HINT_GLOBAL_FILE, ///< a file path must be passed, hint_text (optionally) is a filter "*.png,*.wav,*.doc,"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue