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

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

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