pCon.planner Plugin SDK  Version 8.9
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events
Public Member Functions | Public Attributes | List of all members
X3g::Plugin::InteractionEventInfo Class Reference

Parameter for interaction events. More...

Public Member Functions

 InteractionEventInfo (System::String^ pActionKey, bool pCanceled)
 Constructor to initialize the object. More...
 

Public Attributes

System::String^ ActionKey
 The action key. More...
 
bool Canceled
 True if interaction has been canceled. More...
 

Detailed Description

Parameter for interaction events.

Constructor & Destructor Documentation

X3g::Plugin::InteractionEventInfo::InteractionEventInfo ( System::String^  pActionKey,
bool  pCanceled 
)

Constructor to initialize the object.

Member Data Documentation

System::String ^ X3g::Plugin::InteractionEventInfo::ActionKey

The action key.

bool X3g::Plugin::InteractionEventInfo::Canceled

True if interaction has been canceled.