Stores information that identifies an Activity node.
More...
#include <kanzi/ui/node/concept/activity/activity_host_concept.hpp>
|
| 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.
- Since
- Kanzi 3.9.0
◆ ActivityInfo() [1/2]
| kanzi::ActivityHostConcept::ActivityInfo::ActivityInfo |
( |
string_view | activityName, |
|
|
string_view | activityPrefabPath ) |
|
inlineexplicit |
Constructor.
- Parameters
-
| activityName | The name of the Activity node. |
| activityPrefabPath | The path to the prefab of the Activity node. |
◆ ActivityInfo() [2/2]
| kanzi::ActivityHostConcept::ActivityInfo::ActivityInfo |
( |
string_view | activityName, |
|
|
string_view | activityPrefabPath, |
|
|
bool | activityOptimizeMemory ) |
|
inlineexplicit |
Constructor.
- Parameters
-
| activityName | The name of the Activity node. |
| activityPrefabPath | The path to the prefab of the Activity node. |
| activityOptimizeMemory | Whether the Activity releases acquired resources when deactivated. |
- Since
- Kanzi 3.9.14
◆ name
| string kanzi::ActivityHostConcept::ActivityInfo::name |
The name of the Activity node.
◆ prefabPath
| string kanzi::ActivityHostConcept::ActivityInfo::prefabPath |
The path to the prefab of the Activity node.
◆ optimizeMemory
| bool kanzi::ActivityHostConcept::ActivityInfo::optimizeMemory |
Whether the Activity releases acquired resources when deactivated.
- Since
- Kanzi 3.9.14
The documentation for this struct was generated from the following file: