BulletCSharp.btAlignedObjectArrayInt.copyFromArray C# (CSharp) Method

copyFromArray() public method

public copyFromArray ( btAlignedObjectArrayInt otherArray ) : void
otherArray btAlignedObjectArrayInt
return void
        public void copyFromArray(btAlignedObjectArrayInt otherArray)
        {
            BulletCollisionPINVOKE.btAlignedObjectArrayInt_copyFromArray(swigCPtr, btAlignedObjectArrayInt.getCPtr(otherArray));
            if (BulletCollisionPINVOKE.SWIGPendingException.Pending) throw BulletCollisionPINVOKE.SWIGPendingException.Retrieve();
        }