Component hierarchy traverser interface
| C# | Visual Basic | Visual C++ |
public interface IComponentTraverser
Public Interface IComponentTraverser
public interface class IComponentTraverser
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| InitStyles(Selector, StyleTable) |
Runs the initializing procedure specific to each style module Used when initializing the scene | |
| UpdateStyles(Selector, DictionaryDelta) |
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.) |