Kanzi  3.9.6
Kanzi Engine API
kanzi::ActivityHostConcept::ActivityInfo Struct Reference

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

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

Inheritance diagram for kanzi::ActivityHostConcept::ActivityInfo:
[legend]

Public Member Functions

 ActivityInfo (string_view activityName, string_view activityPrefabPath)
 Constructor. More...
 

Public Attributes

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.

Since
Kanzi 3.9.0

Constructor & Destructor Documentation

◆ ActivityInfo()

kanzi::ActivityHostConcept::ActivityInfo::ActivityInfo ( string_view  activityName,
string_view  activityPrefabPath 
)
inlineexplicit

Constructor.

Parameters
activityNameThe name of the Activity node.
activityPrefabPathThe path to the prefab of the Activity node.

Member Data Documentation

◆ 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: