Exemple #1
0
 /// <summary>Get the emitter shape. </summary>
 /// <param name="shape">Member of NxEmitterShape. </param>
 public virtual int getShape(NxEmitterShape shape)
 {
     if (doSetFunctionPointers)
     {
         throw new System.NotSupportedException("Cannot call abstract base member");
     }
     return(NxFluidEmitter_getShape_INVOKE(ClassPointer, doSetFunctionPointers, shape));
 }
Exemple #2
0
 private int getShape_virtual(NxEmitterShape shape)
 {
     return(getShape(shape));
 }
Exemple #3
0
 private extern static System.Int32 NxFluidEmitter_getShape_INVOKE(HandleRef classPointer, System.Boolean call_explicit, NxEmitterShape shape);