Click or drag to resize

Decorator Class

Inheritance Hierarchy

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

The Decorator type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyChildren (Inherited from GroupComposite.)
Protected propertyCleanupHandlers (Inherited from Composite.)
Protected propertyContextChanger (Inherited from Composite.)
Public propertyDecoratedChild
Public propertyGuid (Inherited from Composite.)
Public propertyIsRunning (Inherited from Composite.)
Public propertyLastStatus (Inherited from Composite.)
Public propertyParent (Inherited from Composite.)
Protected propertyRunner
Public propertySelection (Inherited from GroupComposite.)
Top
Methods
  NameDescription
Public methodAddChild (Inherited from GroupComposite.)
Protected methodCanRun
Protected methodCleanup (Inherited from Composite.)
Public methodEquals(Object) (Inherited from Composite.)
Public methodEquals(Composite) (Inherited from Composite.)
Protected methodExecute (Overrides CompositeExecute(Object).)
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 (Inherited from GroupComposite.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStart (Overrides GroupCompositeStart(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