C# 클래스 VisibleArea, tilemap

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

공개 메소드들

메소드 설명
Move ( float dx, float dy ) : void
VisibleArea ( IMap map ) : UnityEngine

Initializes a new instance of the VisibleArea class.

비공개 메소드들

메소드 설명
GetCameraSize ( ) : Vector2
UpdateCamera ( ) : void
UpdateMap ( ) : void

메소드 상세

Move() 공개 메소드

public Move ( float dx, float dy ) : void
dx float
dy float
리턴 void

VisibleArea() 공개 메소드

Initializes a new instance of the VisibleArea class.
public VisibleArea ( IMap map ) : UnityEngine
map IMap
리턴 UnityEngine