C# Class CSharpUtils.Process.ProcessBase

Inheritance: ProcessBaseCore
Afficher le fichier Open project: soywiz/csharputils Class Usage Examples

Méthodes publiques

Свойство Type Description
Alpha float
Angle float
Priority int
Scale float
X float

Protected Properties

Свойство Type Description
Childs LinkedList
CurrentExecutingProcess ProcessBase
_Parent ProcessBase

Méthodes publiques

Méthode Description
DrawTree ( object _Context, int Level ) : void
ExecuteTree ( ) : void
ProcessBase ( ) : System.Collections.Generic
_RemoveOld ( ) : void

Méthodes protégées

Méthode Description
DrawItem ( object _Context ) : void
_Remove ( ) : void

Private Methods

Méthode Description
ExecuteTreeAfter ( ) : void
ExecuteTreeBefore ( ) : void

Method Details

DrawItem() protected méthode

protected DrawItem ( object _Context ) : void
_Context object
Résultat void

DrawTree() public méthode

public DrawTree ( object _Context, int Level ) : void
_Context object
Level int
Résultat void

ExecuteTree() public méthode

public ExecuteTree ( ) : void
Résultat void

ProcessBase() public méthode

public ProcessBase ( ) : System.Collections.Generic
Résultat System.Collections.Generic

_Remove() protected méthode

protected _Remove ( ) : void
Résultat void

_RemoveOld() public static méthode

public static _RemoveOld ( ) : void
Résultat void

Property Details

Alpha public_oe property

public float Alpha
Résultat float

Angle public_oe property

public float Angle
Résultat float

Childs protected_oe property

protected LinkedList Childs
Résultat LinkedList

CurrentExecutingProcess protected_oe static_oe property

protected static ProcessBase,CSharpUtils.Process CurrentExecutingProcess
Résultat ProcessBase

Priority public_oe property

public int Priority
Résultat int

Scale public_oe property

public float Scale
Résultat float

X public_oe property

public float X
Résultat float

_Parent protected_oe property

protected ProcessBase,CSharpUtils.Process _Parent
Résultat ProcessBase