/// <summary>Creates a cloth mesh from a cooked cloth mesh stored in a stream. </summary> public virtual NxClothMesh createClothMesh(NxStream stream) { if (doSetFunctionPointers) { throw new System.NotSupportedException("Cannot call abstract base member"); } return(NxClothMesh.GetClass(NxPhysicsSDK_createClothMesh_INVOKE(ClassPointer, doSetFunctionPointers, (stream != null ? stream.ClassPointer : NullRef)))); }
private void releaseClothMesh_virtual(IntPtr cloth) { releaseClothMesh(NxClothMesh.GetClass(cloth)); }