Example #1
0
 /// <summary>Retrieves the height field data associated with this instance. </summary>
 public virtual NxHeightField getHeightField()
 {
     if (doSetFunctionPointers)
     {
         throw new System.NotSupportedException("Cannot call abstract base member");
     }
     return(NxHeightField.GetClass(NxHeightFieldShape_getHeightField_INVOKE(ClassPointer, doSetFunctionPointers)));
 }
Example #2
0
 /// <summary>Creates a NxHeightField object. </summary>
 /// <param name="desc">The descriptor to load the object from. </param>
 public virtual NxHeightField createHeightField(NxHeightFieldDesc desc)
 {
     if (doSetFunctionPointers)
     {
         throw new System.NotSupportedException("Cannot call abstract base member");
     }
     return(NxHeightField.GetClass(NxPhysicsSDK_createHeightField_INVOKE(ClassPointer, doSetFunctionPointers, (desc != null ? desc.ClassPointer : NullRef))));
 }
Example #3
0
 private void releaseHeightField_virtual(IntPtr heightField)
 {
     releaseHeightField(NxHeightField.GetClass(heightField));
 }