UnityEngine.RectOffset.RectOffset C# (CSharp) Method

RectOffset() public method

Creates a new rectangle with offsets.

public RectOffset ( ) : System
return System
        public RectOffset()
        {
            this.Init();
        }

Same methods

RectOffset::RectOffset ( GUIStyle sourceStyle, IntPtr source ) : System
RectOffset::RectOffset ( int left, int right, int top, int bottom ) : System