GUIContainer.GUIContainer C# (CSharp) Method

GUIContainer() public method

public GUIContainer ( Rect zoneSize, bool drawBackground ) : UnityEngine
zoneSize Rect
drawBackground bool
return UnityEngine
	public GUIContainer(Rect zoneSize, bool drawBackground) : base(zoneSize) {
		position.AddBehavior(AdjustElements);
		this.drawBackground = drawBackground;
	}
	public GUIContainer(Rect zoneSize, bool drawBackground, params GUIObject[] baseElements) : this(zoneSize,drawBackground) {