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.
|
| |
| string | prefabPath |
| | The path to the prefab of the Activity node.
|
| |
Stores information that identifies an Activity node.
- Since
- Kanzi 3.9.0
◆ ActivityInfo()
| 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. |
◆ 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.
The documentation for this struct was generated from the following file: