C# 클래스 WarTornLands.Infrastructure.Systems.Camera2D.Camera2D

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

공개 메소드들

메소드 설명
Camera2D ( Entities target ) : System
PlayCinematic ( List points, int durationMS ) : void
SetTarget ( Entities anchor ) : void
Update ( GameTime gameTime ) : void

비공개 메소드들

메소드 설명
BreakCinematic ( ) : void
GetDrawRectangle ( Rectangle rect, float altitude = 0.0f ) : Rectangle

Get drawing rectangle on screen from logical entity boundings.

PlayCinematic ( List points ) : void

메소드 상세

Camera2D() 공개 메소드

public Camera2D ( Entities target ) : System
target Entities
리턴 System

PlayCinematic() 공개 메소드

public PlayCinematic ( List points, int durationMS ) : void
points List
durationMS int
리턴 void

SetTarget() 공개 메소드

public SetTarget ( Entities anchor ) : void
anchor Entities
리턴 void

Update() 공개 메소드

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
리턴 void