GUIContainer.GetSettings C# (CSharp) Method

GetSettings() protected method

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