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.
|
|
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/2]
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/2]
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. |
◆ controllerValue
string kanzi::ExclusiveActivityHostConcept::ActivityInExclusiveHostInfo::controllerValue |
The ControllerProperty value for this Activity node.
The documentation for this struct was generated from the following file: