Beispiel #1
0
 /// <summary>Called when current controller hits a shape. </summary>
 /// <param name="hit">Provides information about the contact with the touched shape. </param>
 public virtual NxControllerAction onShapeHit(NxControllerShapeHit hit)
 {
     if (doSetFunctionPointers)
     {
         throw new System.NotSupportedException("Cannot call abstract base member");
     }
     return(NxUserControllerHitReport_onShapeHit_INVOKE(ClassPointer, doSetFunctionPointers, (hit != null ? hit.ClassPointer : NullRef)));
 }
Beispiel #2
0
 private NxControllerAction onShapeHit_virtual(IntPtr hit)
 {
     return(onShapeHit(NxControllerShapeHit.GetClass(hit)));
 }