BulletCSharp.btAlignedObjectArrayVector3.copyFromArray C# (CSharp) Method

copyFromArray() public method

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