Selector Class |
Namespace: TreeSharp
public abstract class Selector : GroupComposite
The Selector type exposes the following members.
Name | Description | |
---|---|---|
Children | (Inherited from GroupComposite.) | |
CleanupHandlers | (Inherited from Composite.) | |
ContextChanger | (Inherited from Composite.) | |
Guid | (Inherited from Composite.) | |
IsRunning | (Inherited from Composite.) | |
LastStatus | (Inherited from Composite.) | |
Parent | (Inherited from Composite.) | |
Selection | (Inherited from GroupComposite.) |
Name | Description | |
---|---|---|
AddChild | (Inherited from GroupComposite.) | |
Cleanup | (Inherited from Composite.) | |
Equals(Object) | (Inherited from Composite.) | |
Equals(Composite) | (Inherited from Composite.) | |
Execute | (Overrides CompositeExecute(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.) | |
GetHashCode | (Inherited from Composite.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
InsertChild | (Inherited from GroupComposite.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Start | (Inherited from GroupComposite.) | |
Stop | (Inherited from Composite.) | |
Tick | (Inherited from Composite.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
ExecuteCoroutine |
Executes the composite inside a coroutine.
(Defined by CommonTasks.) |