BulletCSharp.btAlignedObjectArrayNode.copyFromArray C# (CSharp) 메소드

copyFromArray() 공개 메소드

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