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

copyFromArray() 공개 메소드

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