BulletCSharp.btAlignedObjectArrayVector3.copyFromArray C# (CSharp) Méthode

copyFromArray() public méthode

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