C# Class CameraControlSettings, RPGQuest

Exibir arquivo Open project: hughrogers/RPGQuest Class Usage Examples

Public Properties

Property Type Description
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

Public Methods

Method Description
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

Method Details

AddCameraControl() public method

public AddCameraControl ( GameObject camera ) : void
camera GameObject
return void

CameraControlSettings() public method

public CameraControlSettings ( ) : System.Collections
return System.Collections

GetData() public method

public GetData ( Hashtable ht ) : Hashtable
ht Hashtable
return Hashtable

IsFirstPersonControl() public method

public IsFirstPersonControl ( ) : bool
return bool

IsFollowControl() public method

public IsFollowControl ( ) : bool
return bool

IsLookControl() public method

public IsLookControl ( ) : bool
return bool

IsMobileControl() public method

public IsMobileControl ( ) : bool
return bool

RemoveCameraControl() public method

public RemoveCameraControl ( GameObject camera ) : void
camera GameObject
return void

SetData() public method

public SetData ( Hashtable ht ) : void
ht Hashtable
return void

Property Details

allowRotation public_oe property

public bool allowRotation
return bool

allowZoom public_oe property

public bool allowZoom
return bool

damping public_oe property

public float damping
return float

distance public_oe property

public float distance
return float

height public_oe property

public float height
return float

heightDamping public_oe property

public float heightDamping
return float

horizontalAxis public_oe property

public string horizontalAxis
return string

lockCursor public_oe property

public bool lockCursor
return bool

maxHeight public_oe property

public float maxHeight
return float

minHeight public_oe property

public float minHeight
return float

mouseTouch public_oe property

public MouseTouchControl, mouseTouch
return MouseTouchControl,

offset public_oe property

public Vector3 offset
return Vector3

onChild public_oe property

public string onChild
return string

rotation public_oe property

public float rotation
return float

rotationDamping public_oe property

public float rotationDamping
return float

rotationFactor public_oe property

public float rotationFactor
return float

sensitivity public_oe property

public Vector2 sensitivity
return Vector2

smooth public_oe property

public bool smooth
return bool

type public_oe property

public CameraControlType type
return CameraControlType

verticalAxis public_oe property

public string verticalAxis
return string

zoomFactor public_oe property

public float zoomFactor
return float

zoomKeyChange public_oe property

public float zoomKeyChange
return float

zoomMinusKey public_oe property

public string zoomMinusKey
return string

zoomPlusKey public_oe property

public string zoomPlusKey
return string