BulletCSharp.btAlignedObjectArrayMaterialPtr.copyFromArray C# (CSharp) Метод

copyFromArray() публичный Метод

public copyFromArray ( btAlignedObjectArrayMaterialPtr otherArray ) : void
otherArray btAlignedObjectArrayMaterialPtr
Результат void
        public void copyFromArray(btAlignedObjectArrayMaterialPtr otherArray)
        {
            BulletSoftBodyPINVOKE.btAlignedObjectArrayMaterialPtr_copyFromArray(swigCPtr, btAlignedObjectArrayMaterialPtr.getCPtr(otherArray));
            if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
        }