Stores information that identifies an Activity node under a ParallelActivityHost.
More...
#include <kanzi/ui/node/concept/activity/parallel_activity_host_concept.hpp>
Stores information that identifies an Activity node under a ParallelActivityHost.
- Since
- Kanzi 3.9.0
◆ ActivityInParallelHostInfo() [1/2]
kanzi::ParallelActivityHostConcept::ActivityInParallelHostInfo::ActivityInParallelHostInfo |
( |
string_view |
name, |
|
|
string_view |
prefabPath |
|
) |
| |
|
inlineexplicit |
Constructor.
- Parameters
-
name | The name of the Activity node. |
prefabPath | The path to the prefab of the Activity node. |
◆ ActivityInParallelHostInfo() [2/2]
kanzi::ParallelActivityHostConcept::ActivityInParallelHostInfo::ActivityInParallelHostInfo |
( |
string_view |
name, |
|
|
string_view |
prefabPath, |
|
|
bool |
isInitallyActive, |
|
|
uint32_t |
priorityLevel |
|
) |
| |
|
inlineexplicit |
Constructor.
- Parameters
-
name | The name of the Activity node. |
prefabPath | The path to the prefab of the Activity node. |
isInitallyActive | Flag that indicates whether the Activity node is active when the ParallelActivityHost is activated:
- When set to true, the Activity node is activated when the ParallelActivityHost is activated.
- When set to false, the Activity node is not activated when the ParallelActivityHost is activated.
|
priorityLevel | The priority layer value of the Activity node. |
- See also
- ParallelActivityHostContentProperty for more information regarding priority layer value.
◆ isInitiallyActive
bool kanzi::ParallelActivityHostConcept::ActivityInParallelHostInfo::isInitiallyActive |
Tracks whether an Activity node is active when a ParallelActivityHost is activated:
- When set to true, the Activity node is activated when the ParallelActivityHost is activated.
- When set to false, the Activity node is not activated when the ParallelActivityHost is activated.
◆ priorityLayer
uint32_t kanzi::ParallelActivityHostConcept::ActivityInParallelHostInfo::priorityLayer |
The documentation for this struct was generated from the following file: