summaryrefslogtreecommitdiffstats
path: root/src/runtime/Qt3DSKernelTypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/Qt3DSKernelTypes.h')
-rw-r--r--src/runtime/Qt3DSKernelTypes.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/runtime/Qt3DSKernelTypes.h b/src/runtime/Qt3DSKernelTypes.h
index 866196d..2e6d769 100644
--- a/src/runtime/Qt3DSKernelTypes.h
+++ b/src/runtime/Qt3DSKernelTypes.h
@@ -143,7 +143,10 @@ enum EElementFlag {
// Flags used by the activation manager
ELEMENTFLAG_AMGR_TIMEACTIVE = 1 << 13, ///< Is the element alive according to time information
- ELEMENTFLAG_CONTROLLED_ACTIVE = 1 << 14 ///< Is the element alive based on datainput control
+ ELEMENTFLAG_CONTROLLED_ACTIVE = 1 << 14, ///< Is the element alive based on datainput control
+
+ ELEMENTFLAG_ACTIVITYACTIONENABLED = 1 << 15, ///< Activity changing action has been registered on this element
+
};
// Four byte aligned time unit structure.