C# 클래스 CameraScroll, Holdout

상속: MonoBehaviour
파일 보기 프로젝트 열기: MaddJhin/Holdout 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
MAX_X float
MAX_Y float
MAX_Z float
MIN_Y float
MIN_Z float
cameraTarget Transform
speed float

공개 메소드들

메소드 설명
Awake ( ) : void
Update ( ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

MAX_X 공개적으로 프로퍼티

public float MAX_X
리턴 float

MAX_Y 공개적으로 프로퍼티

public float MAX_Y
리턴 float

MAX_Z 공개적으로 프로퍼티

public float MAX_Z
리턴 float

MIN_Y 공개적으로 프로퍼티

public float MIN_Y
리턴 float

MIN_Z 공개적으로 프로퍼티

public float MIN_Z
리턴 float

cameraTarget 공개적으로 프로퍼티

public Transform cameraTarget
리턴 Transform

speed 공개적으로 프로퍼티

public float speed
리턴 float