Kanzi framework  3.9.1
Java API
ExclusiveActivityHost3DMetadata Interface Reference

Metadata definitions for ExclusiveActivityHost3D. More...

Inheritance diagram for ExclusiveActivityHost3DMetadata:
[legend]

Public Attributes

AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.ExclusiveActivityHost3D")
 Metaclass for ExclusiveActivityHost3D.
 
- Public Attributes inherited from ActivityHostConceptMetadata
AbstractMessageType ActivateActivityMessageMessage
 Send this message to an Activity Host to activate its child Activity that you set in the message. More...
 
AbstractMessageType ActivityPrefabAttachedMessageMessage
 An Activity Host sends this message when it attaches the prefab of the Activity that is activated. More...
 
AbstractMessageType ActivityPrefabDetachedMessageMessage
 An Activity Host sends this message when it detaches the prefab of the Activity that is deactivated. More...
 
AbstractMessageType DeactivateActivityMessageMessage
 Send this message to an Activity Host to deactivate its child Activity that you set in the message. More...
 
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.ActivityHostConcept")
 Metaclass for ActivityHostConcept.
 
AbstractMessageType RegisterHostInternalMessageMessage
 
AbstractMessageType RestoreFocusInternalMessageMessage
 
AbstractMessageType UnregisterHostInternalMessageMessage
 
- Public Attributes inherited from ExclusiveActivityHostConceptMetadata
DynamicPropertyType< String > ActivationPathProperty
 
DynamicPropertyType< String > ActiveActivityProperty
 
DynamicPropertyType< String > ExclusiveActivityHostContentProperty
 Describes the content of an Exclusive Activity Host node. More...
 
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.ExclusiveActivityHostConcept")
 Metaclass for ExclusiveActivityHostConcept.
 
AbstractMessageType NavigateNextMessageMessage
 Navigates to the next Activity in an Exclusive Activity Host. More...
 
AbstractMessageType NavigatePreviousMessageMessage
 Navigates to the previous Activity in an Exclusive Activity Host. More...
 
- Public Attributes inherited from ValueControlledExclusiveActivityHostConceptMetadata
DynamicPropertyType< String > ControllerPropertyProperty
 Sets the property type that the Exclusive Activity Host node uses to switch between its child Activity nodes. More...
 
DynamicPropertyType< String > DataSourceControllerPropertyPathProperty
 Sets the path in the Data Source object of an Exclusive Activity Host node to a Data Object item that the Exclusive Activity Host node uses as the Controller Property. More...
 
AbstractMetaclass metaclass
 Metaclass for ValueControlledExclusiveActivityHostConcept. More...
 

Detailed Description