GUIContainer.GetSettings C# (CSharp) Méthode

GetSettings() protected méthode

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