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.)
Used by the editor for changing styles on-the-fly
Also handles the visual feedback of what's changed (gizmos etc.)

C# | Visual Basic | Visual C++ |
void UpdateStyles( Selector selector, DictionaryDelta delta )
Sub UpdateStyles ( _ selector As Selector, _ delta As DictionaryDelta _ )
void UpdateStyles( Selector^ selector, DictionaryDelta^ delta )

- selector (Selector)
- delta (DictionaryDelta)