C# 클래스 PGCGame.CoreTypes.Camera2DMatrix

파일 보기 프로젝트 열기: GreatMindsRobotics/PGCGame 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_pos Vector2
_transform Matrix

보호된 프로퍼티들

프로퍼티 타입 설명
_rotation float
_zoom float

공개 메소드들

메소드 설명
Camera2DMatrix ( ) : System
GetTransformation ( GraphicsDevice graphicsDevice ) : Matrix
Move ( Vector2 amount ) : void

메소드 상세

Camera2DMatrix() 공개 메소드

public Camera2DMatrix ( ) : System
리턴 System

GetTransformation() 공개 메소드

public GetTransformation ( GraphicsDevice graphicsDevice ) : Matrix
graphicsDevice GraphicsDevice
리턴 Matrix

Move() 공개 메소드

public Move ( Vector2 amount ) : void
amount Vector2
리턴 void

프로퍼티 상세

_pos 공개적으로 프로퍼티

public Vector2 _pos
리턴 Vector2

_rotation 보호되어 있는 프로퍼티

protected float _rotation
리턴 float

_transform 공개적으로 프로퍼티

public Matrix _transform
리턴 Matrix

_zoom 보호되어 있는 프로퍼티

protected float _zoom
리턴 float