Stores information that identifies an Activity node under an ExclusiveActivityHost.
More...
#include <kanzi/ui/node/concept/activity/exclusive_activity_host_concept.hpp>
|
| string | controllerValue |
| | The ControllerProperty value for this Activity node.
|
| |
| string | name |
| | The name of the Activity node.
|
| |
| bool | optimizeMemory |
| | Whether the Activity releases acquired resources when deactivated.
|
| |
| string | prefabPath |
| | The path to the prefab of the Activity node.
|
| |
Stores information that identifies an Activity node under an ExclusiveActivityHost.
- Since
- Kanzi 3.9.0
◆ ActivityInExclusiveHostInfo() [1/3]
| kanzi::ExclusiveActivityHostConcept::ActivityInExclusiveHostInfo::ActivityInExclusiveHostInfo |
( |
string_view | name, |
|
|
string_view | prefabPath ) |
|
inlineexplicit |
Constructor.
- Parameters
-
| name | The name of the Activity node. |
| prefabPath | The path to prefab for the Activity node. |
◆ ActivityInExclusiveHostInfo() [2/3]
| kanzi::ExclusiveActivityHostConcept::ActivityInExclusiveHostInfo::ActivityInExclusiveHostInfo |
( |
string_view | name, |
|
|
string_view | prefabPath, |
|
|
string_view | controllerValue ) |
|
inlineexplicit |
Constructor.
- Parameters
-
| name | The name of the Activity node. |
| prefabPath | The path to prefab for the Activity node. |
| controllerValue | The value of the ControllerProperty for the Activity node. |
◆ ActivityInExclusiveHostInfo() [3/3]
| kanzi::ExclusiveActivityHostConcept::ActivityInExclusiveHostInfo::ActivityInExclusiveHostInfo |
( |
string_view | name, |
|
|
string_view | prefabPath, |
|
|
bool | optimizeMemory, |
|
|
string_view | controllerValue ) |
|
inlineexplicit |
Constructor.
- Parameters
-
| name | The name of the Activity node. |
| prefabPath | The path to prefab for the Activity node. |
| optimizeMemory | Whether the Activity releases acquired resources when deactivated. |
| controllerValue | The value of the ControllerProperty for the Activity node. |
- Since
- Kanzi 3.9.14
◆ controllerValue
| string kanzi::ExclusiveActivityHostConcept::ActivityInExclusiveHostInfo::controllerValue |
The ControllerProperty value for this Activity node.
The documentation for this struct was generated from the following file: