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

copyFromArray() 공개 메소드

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