eDriven Framework API
UpdateStyles Method (selector, delta)
NamespaceseDriven.Gui.StylesIComponentTraverserUpdateStyles(Selector, DictionaryDelta)
eDriven Framework API
Runs the style update procedure specific to each style module
Used by the editor for changing styles on-the-fly
Also handles the visual feedback of what's changed (gizmos etc.)
Declaration Syntax
C#Visual BasicVisual C++
void UpdateStyles(
	Selector selector,
	DictionaryDelta delta
)
Sub UpdateStyles ( _
	selector As Selector, _
	delta As DictionaryDelta _
)
void UpdateStyles(
	Selector^ selector, 
	DictionaryDelta^ delta
)
Parameters
selector (Selector)
delta (DictionaryDelta)

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)