diff options
Diffstat (limited to 'scene/resources/animation.h')
-rw-r--r-- | scene/resources/animation.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/resources/animation.h b/scene/resources/animation.h index cc7bbae8a3..604bce497a 100644 --- a/scene/resources/animation.h +++ b/scene/resources/animation.h @@ -43,6 +43,8 @@ class Animation : public Resource { public: typedef uint32_t TypeHash; + static inline String PARAMETERS_BASE_PATH = "parameters/"; + enum TrackType { TYPE_VALUE, // Set a value in a property, can be interpolated. TYPE_POSITION_3D, // Position 3D track, can be compressed. |