UnityEngine.RectOffset.RectOffset C# (CSharp) 메소드

RectOffset() 공개 메소드

Creates a new rectangle with offsets.

public RectOffset ( ) : System
리턴 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