프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DefaultRotation | Angle2 | ||
DefaultRotationPoint | Coordinate2 |
메소드 | 설명 | |
---|---|---|
AdjustCenter ( System.Single horizontal, System.Single vertical ) : void | ||
SetCenter ( Coordinate2 center ) : void | ||
SetCenter ( System.Single x, System.Single y ) : void | ||
SetCenterAtOrigin ( ) : void | ||
SetCenterAtScreenCenter ( ) : void | ||
SetCenterToPointWithinBounds ( Coordinate2 point, RectangularArea2 bounds ) : void | ||
SetRotationToDefault ( ) : void | ||
SetZoomToDefault ( ) : void |
메소드 | 설명 | |
---|---|---|
Cleanup ( ) : void | ||
CleanupBounds ( ) : void | ||
CleanupCenter ( ) : void | ||
CleanupDimensions ( ) : void | ||
Initialize ( ) : void | ||
InitializeBounds ( ) : void | ||
InitializeCenter ( ) : void | ||
InitializeDimensions ( ) : void | ||
RecalcProjectionMatrixHelper ( ) : void |
메소드 | 설명 | |
---|---|---|
CleanupRotation ( ) : void | ||
CleanupZoom ( ) : void | ||
InitializeRotation ( ) : void | ||
InitializeZoom ( ) : void | ||
WorldCamera ( DrawEngine2d drawEngine2d ) : System |
public AdjustCenter ( System.Single horizontal, System.Single vertical ) : void | ||
horizontal | System.Single | |
vertical | System.Single | |
리턴 | void |
public SetCenter ( System.Single x, System.Single y ) : void | ||
x | System.Single | |
y | System.Single | |
리턴 | void |
public SetCenterToPointWithinBounds ( Coordinate2 point, RectangularArea2 bounds ) : void | ||
point | Coordinate2 | |
bounds | RectangularArea2 | |
리턴 | void |