C# Class TouchCamera, RPGQuest

Inheritance: MonoBehaviour
Mostrar archivo Open project: hughrogers/RPGQuest Class Usage Examples

Public Properties

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

Protected Methods

Method Description
DontExecuteCamera ( ) : void
ExecuteCamera ( Transform target ) : void

Method Details

DontExecuteCamera() protected method

protected DontExecuteCamera ( ) : void
return void

ExecuteCamera() protected method

protected ExecuteCamera ( Transform target ) : void
target Transform
return void

Property Details

allowRotation public_oe property

public bool allowRotation
return bool

allowZoom public_oe property

public bool allowZoom
return bool

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

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,

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

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