Esempio n. 1
0
 /// <summary>Called when current controller hits another controller. </summary>
 /// <param name="hit">Provides information about the touched controller. </param>
 public virtual NxControllerAction onControllerHit(NxControllersHit hit)
 {
     if (doSetFunctionPointers)
     {
         throw new System.NotSupportedException("Cannot call abstract base member");
     }
     return(NxUserControllerHitReport_onControllerHit_INVOKE(ClassPointer, doSetFunctionPointers, (hit != null ? hit.ClassPointer : NullRef)));
 }
Esempio n. 2
0
 private NxControllerAction onControllerHit_virtual(IntPtr hit)
 {
     return(onControllerHit(NxControllersHit.GetClass(hit)));
 }