GUIContainer.GUIContainer C# (CSharp) 메소드

GUIContainer() 공개 메소드

public GUIContainer ( Rect zoneSize, bool drawBackground ) : UnityEngine
zoneSize Rect
drawBackground bool
리턴 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) {