mirror of
https://github.com/Relintai/gdnative_python.git
synced 2025-01-06 15:19:40 +01:00
Added the new proprty hint.
This commit is contained in:
parent
c867c70ca1
commit
a6e348389c
@ -48,6 +48,7 @@ class PropertyHint(enum.IntEnum):
|
|||||||
LAYERS_3D_RENDER = pandemonium_property_hint.PANDEMONIUM_PROPERTY_HINT_LAYERS_3D_RENDER
|
LAYERS_3D_RENDER = pandemonium_property_hint.PANDEMONIUM_PROPERTY_HINT_LAYERS_3D_RENDER
|
||||||
LAYERS_3D_PHYSICS = pandemonium_property_hint.PANDEMONIUM_PROPERTY_HINT_LAYERS_3D_PHYSICS
|
LAYERS_3D_PHYSICS = pandemonium_property_hint.PANDEMONIUM_PROPERTY_HINT_LAYERS_3D_PHYSICS
|
||||||
LAYERS_3D_NAVIGATION = pandemonium_property_hint.PANDEMONIUM_PROPERTY_HINT_LAYERS_3D_NAVIGATION
|
LAYERS_3D_NAVIGATION = pandemonium_property_hint.PANDEMONIUM_PROPERTY_HINT_LAYERS_3D_NAVIGATION
|
||||||
|
PROPERTY_HINT_LAYERS_AVOIDANCE = pandemonium_property_hint.PANDEMONIUM_PROPERTY_HINT_LAYERS_AVOIDANCE
|
||||||
FILE = pandemonium_property_hint.PANDEMONIUM_PROPERTY_HINT_FILE
|
FILE = pandemonium_property_hint.PANDEMONIUM_PROPERTY_HINT_FILE
|
||||||
DIR = pandemonium_property_hint.PANDEMONIUM_PROPERTY_HINT_DIR
|
DIR = pandemonium_property_hint.PANDEMONIUM_PROPERTY_HINT_DIR
|
||||||
GLOBAL_FILE = pandemonium_property_hint.PANDEMONIUM_PROPERTY_HINT_GLOBAL_FILE
|
GLOBAL_FILE = pandemonium_property_hint.PANDEMONIUM_PROPERTY_HINT_GLOBAL_FILE
|
||||||
|
Loading…
Reference in New Issue
Block a user