Class to manage storing and switching of Activity nodes. More...
#include <kanzi/ui/node/concept/activity/activity_host_concept.hpp>
Public Member Functions | |
| ActiveActivity (NodeWeakPtr activeActivityNode, string_view prefabPath) | |
| Constructor. | |
Public Attributes | |
| NodeWeakPtr | activity |
| The active Activity node. | |
| string | prefabPath |
| The path to the prefab of the active Activity node. | |
Class to manage storing and switching of Activity nodes.
Holds the record of an active Activity node.
|
inlineexplicit |
Constructor.
| activeActivityNode | The active Activity node. |
| prefabPath | The path to the prefab of an active Activity node. |
| NodeWeakPtr kanzi::ActivityHostConcept::ActiveActivity::activity |
The active Activity node.
| string kanzi::ActivityHostConcept::ActiveActivity::prefabPath |
The path to the prefab of the active Activity node.