GUIContainer.RefreshElement C# (CSharp) Method

RefreshElement() protected method

protected RefreshElement ( GUIObject, &obj ) : void
obj GUIObject,
return void
	protected void RefreshElement(ref GUIObject obj) {
		elements[obj] = GetSettings(obj);
	}