C# 클래스 PsmFramework.Engines.DrawEngine2d.Cameras.CameraBase

상속: IDisposablePlus, IBounded
파일 보기 프로젝트 열기: artwallace/PsmFramework

보호된 프로퍼티들

프로퍼티 타입 설명
DrawEngine2d DrawEngine2d

공개 메소드들

메소드 설명
Dispose ( ) : void

보호된 메소드들

메소드 설명
Cleanup ( ) : void
CleanupBounds ( ) : void
CleanupCenter ( ) : void
CleanupDimensions ( ) : void
Initialize ( ) : void
InitializeBounds ( ) : void
InitializeCenter ( ) : void
InitializeDimensions ( ) : void
RecalcProjectionMatrix ( ) : void
RecalcProjectionMatrixHelper ( ) : void

Responsible for calculating the ProjectionMatrix and any necessary left/top/right/bottom/height/width/bounds vars.

SetRecalcRequired ( ) : void

비공개 메소드들

메소드 설명
CameraBase ( DrawEngine2d drawEngine2d ) : System
CleanupDrawEngine2d ( ) : void
CleanupInternal ( ) : void
CleanupProjectionMatrix ( ) : void
CleanupRecalcRequired ( ) : void
ClearRecalcRequired ( ) : void
InitializeDrawEngine2d ( DrawEngine2d drawEngine2d ) : void
InitializeInternal ( DrawEngine2d drawEngine2d ) : void
InitializeProjectionMatrix ( ) : void
InitializeRecalcRequired ( ) : void

메소드 상세

Cleanup() 보호된 메소드

protected Cleanup ( ) : void
리턴 void

CleanupBounds() 보호된 메소드

protected CleanupBounds ( ) : void
리턴 void

CleanupCenter() 보호된 메소드

protected CleanupCenter ( ) : void
리턴 void

CleanupDimensions() 보호된 메소드

protected CleanupDimensions ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Initialize() 보호된 메소드

protected Initialize ( ) : void
리턴 void

InitializeBounds() 보호된 메소드

protected InitializeBounds ( ) : void
리턴 void

InitializeCenter() 보호된 메소드

protected InitializeCenter ( ) : void
리턴 void

InitializeDimensions() 보호된 메소드

protected InitializeDimensions ( ) : void
리턴 void

RecalcProjectionMatrix() 보호된 메소드

protected RecalcProjectionMatrix ( ) : void
리턴 void

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

Responsible for calculating the ProjectionMatrix and any necessary left/top/right/bottom/height/width/bounds vars.
protected abstract RecalcProjectionMatrixHelper ( ) : void
리턴 void

SetRecalcRequired() 보호된 메소드

protected SetRecalcRequired ( ) : void
리턴 void

프로퍼티 상세

DrawEngine2d 보호되어 있는 프로퍼티

protected DrawEngine2d DrawEngine2d
리턴 DrawEngine2d