Kanzi  3.9.6
Kanzi Engine API
kanzi::ExclusiveActivityHostConcept::ActivityInExclusiveHostInfo Struct Reference

Stores information that identifies an Activity node under an ExclusiveActivityHost. More...

#include <kanzi/ui/node/concept/activity/exclusive_activity_host_concept.hpp>

Inheritance diagram for kanzi::ExclusiveActivityHostConcept::ActivityInExclusiveHostInfo:
[legend]

Public Member Functions

 ActivityInExclusiveHostInfo (string_view name, string_view prefabPath)
 Constructor. More...
 
 ActivityInExclusiveHostInfo (string_view name, string_view prefabPath, string_view controllerValue)
 Constructor. More...
 
- Public Member Functions inherited from kanzi::ActivityHostConcept::ActivityInfo
 ActivityInfo (string_view activityName, string_view activityPrefabPath)
 Constructor. More...
 

Public Attributes

string controllerValue
 The ControllerProperty value for this Activity node. More...
 
- Public Attributes inherited from kanzi::ActivityHostConcept::ActivityInfo
string name
 The name of the Activity node. More...
 
string prefabPath
 The path to the prefab of the Activity node. More...
 

Detailed Description

Stores information that identifies an Activity node under an ExclusiveActivityHost.

Since
Kanzi 3.9.0

Constructor & Destructor Documentation

◆ ActivityInExclusiveHostInfo() [1/2]

kanzi::ExclusiveActivityHostConcept::ActivityInExclusiveHostInfo::ActivityInExclusiveHostInfo ( string_view  name,
string_view  prefabPath 
)
inlineexplicit

Constructor.

Parameters
nameThe name of the Activity node.
prefabPathThe 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
nameThe name of the Activity node.
prefabPathThe path to prefab for the Activity node.
controllerValueThe value of the ControllerProperty for the Activity node.

Member Data Documentation

◆ controllerValue

string kanzi::ExclusiveActivityHostConcept::ActivityInExclusiveHostInfo::controllerValue

The ControllerProperty value for this Activity node.


The documentation for this struct was generated from the following file: