C# 클래스 TouchCamera, RPGQuest

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

공개 프로퍼티들

프로퍼티 타입 설명
allowRotation bool
allowZoom bool
distance float
height float
heightDamping float
maxHeight float
minHeight float
mouseTouch MouseTouchControl,
rotation float
rotationDamping float
rotationFactor float
zoomFactor float
zoomKeyChange float
zoomMinusKey string
zoomPlusKey string

보호된 메소드들

메소드 설명
DontExecuteCamera ( ) : void
ExecuteCamera ( Transform target ) : void

메소드 상세

DontExecuteCamera() 보호된 메소드

protected DontExecuteCamera ( ) : void
리턴 void

ExecuteCamera() 보호된 메소드

protected ExecuteCamera ( Transform target ) : void
target Transform
리턴 void

프로퍼티 상세

allowRotation 공개적으로 프로퍼티

public bool allowRotation
리턴 bool

allowZoom 공개적으로 프로퍼티

public bool allowZoom
리턴 bool

distance 공개적으로 프로퍼티

public float distance
리턴 float

height 공개적으로 프로퍼티

public float height
리턴 float

heightDamping 공개적으로 프로퍼티

public float heightDamping
리턴 float

maxHeight 공개적으로 프로퍼티

public float maxHeight
리턴 float

minHeight 공개적으로 프로퍼티

public float minHeight
리턴 float

mouseTouch 공개적으로 프로퍼티

public MouseTouchControl, mouseTouch
리턴 MouseTouchControl,

rotation 공개적으로 프로퍼티

public float rotation
리턴 float

rotationDamping 공개적으로 프로퍼티

public float rotationDamping
리턴 float

rotationFactor 공개적으로 프로퍼티

public float rotationFactor
리턴 float

zoomFactor 공개적으로 프로퍼티

public float zoomFactor
리턴 float

zoomKeyChange 공개적으로 프로퍼티

public float zoomKeyChange
리턴 float

zoomMinusKey 공개적으로 프로퍼티

public string zoomMinusKey
리턴 string

zoomPlusKey 공개적으로 프로퍼티

public string zoomPlusKey
리턴 string