C# 클래스 CSharpUtils.Process.ProcessBase

상속: ProcessBaseCore
파일 보기 프로젝트 열기: soywiz/csharputils 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Alpha float
Angle float
Priority int
Scale float
X float

보호된 프로퍼티들

프로퍼티 타입 설명
Childs LinkedList
CurrentExecutingProcess ProcessBase
_Parent ProcessBase

공개 메소드들

메소드 설명
DrawTree ( object _Context, int Level ) : void
ExecuteTree ( ) : void
ProcessBase ( ) : System.Collections.Generic
_RemoveOld ( ) : void

보호된 메소드들

메소드 설명
DrawItem ( object _Context ) : void
_Remove ( ) : void

비공개 메소드들

메소드 설명
ExecuteTreeAfter ( ) : void
ExecuteTreeBefore ( ) : void

메소드 상세

DrawItem() 보호된 메소드

protected DrawItem ( object _Context ) : void
_Context object
리턴 void

DrawTree() 공개 메소드

public DrawTree ( object _Context, int Level ) : void
_Context object
Level int
리턴 void

ExecuteTree() 공개 메소드

public ExecuteTree ( ) : void
리턴 void

ProcessBase() 공개 메소드

public ProcessBase ( ) : System.Collections.Generic
리턴 System.Collections.Generic

_Remove() 보호된 메소드

protected _Remove ( ) : void
리턴 void

_RemoveOld() 공개 정적인 메소드

public static _RemoveOld ( ) : void
리턴 void

프로퍼티 상세

Alpha 공개적으로 프로퍼티

public float Alpha
리턴 float

Angle 공개적으로 프로퍼티

public float Angle
리턴 float

Childs 보호되어 있는 프로퍼티

protected LinkedList Childs
리턴 LinkedList

CurrentExecutingProcess 보호되어 있는 정적으로 프로퍼티

protected static ProcessBase,CSharpUtils.Process CurrentExecutingProcess
리턴 ProcessBase

Priority 공개적으로 프로퍼티

public int Priority
리턴 int

Scale 공개적으로 프로퍼티

public float Scale
리턴 float

X 공개적으로 프로퍼티

public float X
리턴 float

_Parent 보호되어 있는 프로퍼티

protected ProcessBase,CSharpUtils.Process _Parent
리턴 ProcessBase