C# Class PsmFramework.Engines.DrawEngine2d.Cameras.CameraBase

Inheritance: IDisposablePlus, IBounded
Afficher le fichier Open project: artwallace/PsmFramework

Protected Properties

Свойство Type Description
DrawEngine2d DrawEngine2d

Méthodes publiques

Méthode Description
Dispose ( ) : void

Méthodes protégées

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

Cleanup() protected méthode

protected Cleanup ( ) : void
Résultat void

CleanupBounds() protected méthode

protected CleanupBounds ( ) : void
Résultat void

CleanupCenter() protected méthode

protected CleanupCenter ( ) : void
Résultat void

CleanupDimensions() protected méthode

protected CleanupDimensions ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

InitializeBounds() protected méthode

protected InitializeBounds ( ) : void
Résultat void

InitializeCenter() protected méthode

protected InitializeCenter ( ) : void
Résultat void

InitializeDimensions() protected méthode

protected InitializeDimensions ( ) : void
Résultat void

RecalcProjectionMatrix() protected méthode

protected RecalcProjectionMatrix ( ) : void
Résultat void

RecalcProjectionMatrixHelper() protected abstract méthode

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

SetRecalcRequired() protected méthode

protected SetRecalcRequired ( ) : void
Résultat void

Property Details

DrawEngine2d protected_oe property

protected DrawEngine2d DrawEngine2d
Résultat DrawEngine2d