Click or drag to resize

GroupComposite Class

Inheritance Hierarchy

Namespace:  TreeSharp
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public abstract class GroupComposite : Composite

The GroupComposite type exposes the following members.

Constructors
  NameDescription
Protected methodGroupComposite
Top
Properties
  NameDescription
Public propertyChildren
Protected propertyCleanupHandlers (Inherited from Composite.)
Protected propertyContextChanger (Inherited from Composite.)
Public propertyGuid (Inherited from Composite.)
Public propertyIsRunning (Inherited from Composite.)
Public propertyLastStatus (Inherited from Composite.)
Public propertyParent (Inherited from Composite.)
Public propertySelection
Top
Methods
  NameDescription
Public methodAddChild
Protected methodCleanup (Inherited from Composite.)
Public methodEquals(Object) (Inherited from Composite.)
Public methodEquals(Composite) (Inherited from Composite.)
Protected methodExecute (Inherited from Composite.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode (Inherited from Composite.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInsertChild
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStart (Overrides CompositeStart(Object).)
Public methodStop (Inherited from Composite.)
Public methodTick (Inherited from Composite.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodExecuteCoroutine
Executes the composite inside a coroutine.
(Defined by CommonTasks.)
Top
See Also