/// <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)); }
private int getShape_virtual(NxEmitterShape shape) { return(getShape(shape)); }
private extern static System.Int32 NxFluidEmitter_getShape_INVOKE(HandleRef classPointer, System.Boolean call_explicit, NxEmitterShape shape);