コード例 #1
0
 public HRectangle(HRectangle rect) : this(HCSMVOPINVOKE.new_HRectangle__SWIG_6(HRectangle.getCPtr(rect)), true)
 {
 }
コード例 #2
0
    public bool RectOverlap(HRectangle rect1, HRectangle rect2)
    {
        bool ret = HCSMVOPINVOKE.HRectangle_RectOverlap(swigCPtr, HRectangle.getCPtr(rect1), HRectangle.getCPtr(rect2));

        return(ret);
    }
コード例 #3
0
    public bool IsRectBelow(HRectangle rect, float y)
    {
        bool ret = HCSMVOPINVOKE.HRectangle_IsRectBelow(swigCPtr, HRectangle.getCPtr(rect), y);

        return(ret);
    }
コード例 #4
0
    public bool IsRectLeft(HRectangle rect, float x)
    {
        bool ret = HCSMVOPINVOKE.HRectangle_IsRectLeft(swigCPtr, HRectangle.getCPtr(rect), x);

        return(ret);
    }
コード例 #5
0
    public bool IsRectInside(HRectangle rect, HRectangle area)
    {
        bool ret = HCSMVOPINVOKE.HRectangle_IsRectInside(swigCPtr, HRectangle.getCPtr(rect), HRectangle.getCPtr(area));

        return(ret);
    }