Пример #1
0
 /// <summary>
 /// It's called at the Target-IACInteractiveObject to inform the Source-IACInteractiveObject that ACAction ist allowed to be invoked.
 /// </summary>
 /// <param name="actionArgs">Information about the type of interaction and the source</param>
 /// <returns><c>true</c> if ACAction can be invoked otherwise, <c>false</c>.</returns>
 public bool IsEnabledACAction(ACActionArgs actionArgs)
 {
     return(false);
 }
Пример #2
0
 /// <summary>
 /// ACAction is called when one IACInteractiveObject (Source) wants to inform another IACInteractiveObject (Target) about an relevant interaction-event.
 /// </summary>
 /// <param name="actionArgs">Information about the type of interaction and the source</param>
 public void ACAction(ACActionArgs actionArgs)
 {
 }