C# 클래스 CameraScrollingController

상속: MonoBehaviour
파일 보기 프로젝트 열기: BornToGrill/Project-Frequency

공개 프로퍼티들

프로퍼티 타입 설명
EdgeDistance float
Tile SpriteRenderer
maxZoom float
minZoom float
scrollingSpeed float

공개 메소드들

메소드 설명
Scroll ( Vector3 direction ) : void
Start ( ) : void
Update ( ) : void
Zoom ( ) : void

메소드 상세

Scroll() 공개 메소드

public Scroll ( Vector3 direction ) : void
direction Vector3
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

Zoom() 공개 메소드

public Zoom ( ) : void
리턴 void

프로퍼티 상세

EdgeDistance 공개적으로 프로퍼티

public float EdgeDistance
리턴 float

Tile 공개적으로 프로퍼티

public SpriteRenderer Tile
리턴 SpriteRenderer

maxZoom 공개적으로 프로퍼티

public float maxZoom
리턴 float

minZoom 공개적으로 프로퍼티

public float minZoom
리턴 float

scrollingSpeed 공개적으로 프로퍼티

public float scrollingSpeed
리턴 float