C# 클래스 CameraFollow.FocusArea, DreamCatcher

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

공개 프로퍼티들

프로퍼티 타입 설명
center Vector2
velocity Vector2

공개 메소드들

메소드 설명
FocusArea ( Bounds targetBounds, Vector2 size ) : System.Collections
Update ( Bounds targetBounds ) : void

메소드 상세

FocusArea() 공개 메소드

public FocusArea ( Bounds targetBounds, Vector2 size ) : System.Collections
targetBounds Bounds
size Vector2
리턴 System.Collections

Update() 공개 메소드

public Update ( Bounds targetBounds ) : void
targetBounds Bounds
리턴 void

프로퍼티 상세

center 공개적으로 프로퍼티

public Vector2 center
리턴 Vector2

velocity 공개적으로 프로퍼티

public Vector2 velocity
리턴 Vector2