GUIContainer.GetSettings C# (CSharp) 메소드

GetSettings() 보호된 메소드

protected GetSettings ( GUIObject, obj ) : GUIElementSettings,
obj GUIObject,
리턴 GUIElementSettings,
	protected GUIElementSettings GetSettings(GUIObject obj) {
		return new GUIElementSettings(this,obj);
	}