C# 클래스 PsmFramework.Engines.DrawEngine2d.Drawables.DrawableBase

상속: IDisposablePlus, IDebuggable
파일 보기 프로젝트 열기: artwallace/PsmFramework 1 사용 예제들

공개 메소드들

메소드 설명
ChangeLayer ( LayerBase layer ) : void
Dispose ( ) : void
DrawableBase ( LayerBase layer ) : System
IsOnScreen ( ) : System.Boolean
RefreshDebugInfo ( ) : void
Render ( ) : void
RenderHelper ( ) : void

보호된 메소드들

메소드 설명
Cleanup ( ) : void
CleanupIntermediary ( ) : void
Initialize ( ) : void
InitializeIntermediary ( ) : void
Recalc ( ) : void
RecalcBounds ( ) : void
RecalcHelper ( ) : void
SetRecalcRequired ( ) : void

비공개 메소드들

메소드 설명
CleanupBounds ( ) : void
CleanupDebugInfo ( ) : void
CleanupInternal ( ) : void
CleanupLayer ( ) : void
CleanupRecalcRequired ( ) : void
CleanupVisible ( ) : void
ClearRecalcRequired ( ) : void
InitializeBounds ( ) : void
InitializeDebugInfo ( ) : void
InitializeInternal ( LayerBase layer ) : void
InitializeLayer ( LayerBase layer ) : void
InitializeRecalcRequired ( ) : void
InitializeVisible ( ) : void

메소드 상세

ChangeLayer() 공개 메소드

public ChangeLayer ( LayerBase layer ) : void
layer PsmFramework.Engines.DrawEngine2d.Layers.LayerBase
리턴 void

Cleanup() 보호된 메소드

protected Cleanup ( ) : void
리턴 void

CleanupIntermediary() 보호된 메소드

protected CleanupIntermediary ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

DrawableBase() 공개 메소드

public DrawableBase ( LayerBase layer ) : System
layer PsmFramework.Engines.DrawEngine2d.Layers.LayerBase
리턴 System

Initialize() 보호된 메소드

protected Initialize ( ) : void
리턴 void

InitializeIntermediary() 보호된 메소드

protected InitializeIntermediary ( ) : void
리턴 void

IsOnScreen() 공개 메소드

public IsOnScreen ( ) : System.Boolean
리턴 System.Boolean

Recalc() 보호된 메소드

protected Recalc ( ) : void
리턴 void

RecalcBounds() 보호된 추상적인 메소드

protected abstract RecalcBounds ( ) : void
리턴 void

RecalcHelper() 보호된 추상적인 메소드

protected abstract RecalcHelper ( ) : void
리턴 void

RefreshDebugInfo() 공개 메소드

public RefreshDebugInfo ( ) : void
리턴 void

Render() 공개 메소드

public Render ( ) : void
리턴 void

RenderHelper() 공개 추상적인 메소드

public abstract RenderHelper ( ) : void
리턴 void

SetRecalcRequired() 보호된 메소드

protected SetRecalcRequired ( ) : void
리턴 void