GroupComposite Class |
Namespace: TreeSharp
public abstract class GroupComposite : Composite
The GroupComposite type exposes the following members.
Name | Description | |
---|---|---|
GroupComposite |
Name | Description | |
---|---|---|
Children | ||
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 |
Name | Description | |
---|---|---|
AddChild | ||
Cleanup | (Inherited from Composite.) | |
Equals(Object) | (Inherited from Composite.) | |
Equals(Composite) | (Inherited from Composite.) | |
Execute | (Inherited from Composite.) | |
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 | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Start | (Overrides CompositeStart(Object).) | |
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.) |