C# 클래스 MonoGdx.Graphics.OrthographicCamera

상속: Camera
파일 보기 프로젝트 열기: jaquadro/MonoGdx 1 사용 예제들

공개 메소드들

메소드 설명
FindDirectionForIsoView ( float targetAngle, float epsilon, int maxIterations ) : void
OrthographicCamera ( GraphicsDevice graphicsDevice ) : System
OrthographicCamera ( GraphicsDevice graphicsDevice, float viewportWidth, float viewportHeight ) : System
OrthographicCamera ( GraphicsDevice graphicsDevice, float viewportWidth, float viewportHeight, float diamondAngle ) : System
Rotate ( float angle ) : void
ToOrtho ( bool yDown ) : void
ToOrtho ( bool yDown, float viewportWidth, float viewportHeight ) : void
Translate ( Vector2 vec ) : void
Translate ( float x, float y ) : void
Update ( ) : void
Update ( bool updateFrustum ) : void

비공개 메소드들

메소드 설명
CalculateAngle ( float a ) : float
CalculateDirection ( float angle ) : Vector3

메소드 상세

FindDirectionForIsoView() 공개 메소드

public FindDirectionForIsoView ( float targetAngle, float epsilon, int maxIterations ) : void
targetAngle float
epsilon float
maxIterations int
리턴 void

OrthographicCamera() 공개 메소드

public OrthographicCamera ( GraphicsDevice graphicsDevice ) : System
graphicsDevice GraphicsDevice
리턴 System

OrthographicCamera() 공개 메소드

public OrthographicCamera ( GraphicsDevice graphicsDevice, float viewportWidth, float viewportHeight ) : System
graphicsDevice GraphicsDevice
viewportWidth float
viewportHeight float
리턴 System

OrthographicCamera() 공개 메소드

public OrthographicCamera ( GraphicsDevice graphicsDevice, float viewportWidth, float viewportHeight, float diamondAngle ) : System
graphicsDevice GraphicsDevice
viewportWidth float
viewportHeight float
diamondAngle float
리턴 System

Rotate() 공개 메소드

public Rotate ( float angle ) : void
angle float
리턴 void

ToOrtho() 공개 메소드

public ToOrtho ( bool yDown ) : void
yDown bool
리턴 void

ToOrtho() 공개 메소드

public ToOrtho ( bool yDown, float viewportWidth, float viewportHeight ) : void
yDown bool
viewportWidth float
viewportHeight float
리턴 void

Translate() 공개 메소드

public Translate ( Vector2 vec ) : void
vec Vector2
리턴 void

Translate() 공개 메소드

public Translate ( float x, float y ) : void
x float
y float
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

Update() 공개 메소드

public Update ( bool updateFrustum ) : void
updateFrustum bool
리턴 void