C# 클래스 CameraControlSettings, RPGQuest

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

공개 프로퍼티들

프로퍼티 타입 설명
allowRotation bool
allowZoom bool
damping float
distance float
height float
heightDamping float
horizontalAxis string
lockCursor bool
maxHeight float
minHeight float
mouseTouch MouseTouchControl,
offset Vector3
onChild string
rotation float
rotationDamping float
rotationFactor float
sensitivity Vector2
smooth bool
type CameraControlType
verticalAxis string
zoomFactor float
zoomKeyChange float
zoomMinusKey string
zoomPlusKey string

공개 메소드들

메소드 설명
AddCameraControl ( GameObject camera ) : void
CameraControlSettings ( ) : System.Collections
GetData ( Hashtable ht ) : Hashtable
IsFirstPersonControl ( ) : bool
IsFollowControl ( ) : bool
IsLookControl ( ) : bool
IsMobileControl ( ) : bool
RemoveCameraControl ( GameObject camera ) : void
SetData ( Hashtable ht ) : void

메소드 상세

AddCameraControl() 공개 메소드

public AddCameraControl ( GameObject camera ) : void
camera GameObject
리턴 void

CameraControlSettings() 공개 메소드

public CameraControlSettings ( ) : System.Collections
리턴 System.Collections

GetData() 공개 메소드

public GetData ( Hashtable ht ) : Hashtable
ht Hashtable
리턴 Hashtable

IsFirstPersonControl() 공개 메소드

public IsFirstPersonControl ( ) : bool
리턴 bool

IsFollowControl() 공개 메소드

public IsFollowControl ( ) : bool
리턴 bool

IsLookControl() 공개 메소드

public IsLookControl ( ) : bool
리턴 bool

IsMobileControl() 공개 메소드

public IsMobileControl ( ) : bool
리턴 bool

RemoveCameraControl() 공개 메소드

public RemoveCameraControl ( GameObject camera ) : void
camera GameObject
리턴 void

SetData() 공개 메소드

public SetData ( Hashtable ht ) : void
ht Hashtable
리턴 void

프로퍼티 상세

allowRotation 공개적으로 프로퍼티

public bool allowRotation
리턴 bool

allowZoom 공개적으로 프로퍼티

public bool allowZoom
리턴 bool

damping 공개적으로 프로퍼티

public float damping
리턴 float

distance 공개적으로 프로퍼티

public float distance
리턴 float

height 공개적으로 프로퍼티

public float height
리턴 float

heightDamping 공개적으로 프로퍼티

public float heightDamping
리턴 float

horizontalAxis 공개적으로 프로퍼티

public string horizontalAxis
리턴 string

lockCursor 공개적으로 프로퍼티

public bool lockCursor
리턴 bool

maxHeight 공개적으로 프로퍼티

public float maxHeight
리턴 float

minHeight 공개적으로 프로퍼티

public float minHeight
리턴 float

mouseTouch 공개적으로 프로퍼티

public MouseTouchControl, mouseTouch
리턴 MouseTouchControl,

offset 공개적으로 프로퍼티

public Vector3 offset
리턴 Vector3

onChild 공개적으로 프로퍼티

public string onChild
리턴 string

rotation 공개적으로 프로퍼티

public float rotation
리턴 float

rotationDamping 공개적으로 프로퍼티

public float rotationDamping
리턴 float

rotationFactor 공개적으로 프로퍼티

public float rotationFactor
리턴 float

sensitivity 공개적으로 프로퍼티

public Vector2 sensitivity
리턴 Vector2

smooth 공개적으로 프로퍼티

public bool smooth
리턴 bool

type 공개적으로 프로퍼티

public CameraControlType type
리턴 CameraControlType

verticalAxis 공개적으로 프로퍼티

public string verticalAxis
리턴 string

zoomFactor 공개적으로 프로퍼티

public float zoomFactor
리턴 float

zoomKeyChange 공개적으로 프로퍼티

public float zoomKeyChange
리턴 float

zoomMinusKey 공개적으로 프로퍼티

public string zoomMinusKey
리턴 string

zoomPlusKey 공개적으로 프로퍼티

public string zoomPlusKey
리턴 string