Click or drag to resize

SwitchT Class

Inheritance Hierarchy
SystemObject
  TreeSharpComposite
    TreeSharpGroupComposite
      TreeSharpSwitchT

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

Type Parameters

T

The SwitchT type exposes the following members.

Constructors
Properties
  NameDescription
Protected propertyArguments
Public propertyChildren (Inherited from GroupComposite.)
Protected propertyCleanupHandlers (Inherited from Composite.)
Protected propertyContextChanger (Inherited from Composite.)
Protected propertyDefault
Public propertyGuid (Inherited from Composite.)
Public propertyIsRunning (Inherited from Composite.)
Public propertyLastStatus (Inherited from Composite.)
Public propertyParent (Inherited from Composite.)
Public propertySelection (Inherited from GroupComposite.)
Protected propertyStatement
Top
Methods
  NameDescription
Public methodAddChild (Inherited from GroupComposite.)
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.)
Protected methodRunSwitch
Public methodStart (Inherited from GroupComposite.)
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