Click or drag to resize

Sleep Class

Inheritance Hierarchy
SystemObject
  TreeSharpComposite
    TreeSharpSleep

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

The Sleep type exposes the following members.

Constructors
Properties
  NameDescription
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.)
Top
Methods
  NameDescription
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 methodStatic memberGetRandomNumber
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
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