BulletCSharp.btAlignedObjectArraybtFace.copyFromArray C# (CSharp) Method

copyFromArray() public method

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