The base class for component traversers

C# | Visual Basic | Visual C++ |
public abstract class ComponentTraverser<T> : IComponentTraverser
Public MustInherit Class ComponentTraverser(Of T) _ Implements IComponentTraverser
generic<typename T> public ref class ComponentTraverser abstract : IComponentTraverser

- T

All Members | Constructors | Methods | |||
Icon | Member | Description |
---|---|---|
![]() | ComponentTraverser<(Of <(<'T>)>)>()()()() | Initializes a new instance of the ComponentTraverser<(Of <(<'T>)>)> class |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetComponentsMatchingSelector(Selector) |
Finds all the components matching the selector
|
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | InitStyles(Selector, StyleTable) |
Initialires styles
|
![]() | MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UpdateStyles(Selector, DictionaryDelta) |

Object | ||
![]() | ComponentTraverser<(Of <(<'T>)>)> | |
![]() | GuiComponentTraverser | |
![]() | UnityComponentTraverser |