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

copyFromArray() public méthode

public copyFromArray ( btAlignedObjectArrayNode otherArray ) : void
otherArray btAlignedObjectArrayNode
Résultat void
        public void copyFromArray(btAlignedObjectArrayNode otherArray)
        {
            BulletSoftBodyPINVOKE.btAlignedObjectArrayNode_copyFromArray(swigCPtr, btAlignedObjectArrayNode.getCPtr(otherArray));
            if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
        }