C# Class cameraController, The-next-step

Inheritance: MonoBehaviour
Exibir arquivo Open project: esther5576/The-next-step Class Usage Examples

Public Properties

Property Type Description
CombinedMovement bool
MoveEnabled bool
RotateSpeed float
ZoomEnabled bool
horizontalScrollArea float
horizontalScrollSpeed float
verticalScrollArea float
verticalScrollSpeed float

Public Methods

Method Description
Update ( ) : void

Private Methods

Method Description
MoveMe ( float x, float y, float z ) : void

Method Details

Update() public method

public Update ( ) : void
return void

Property Details

CombinedMovement public_oe property

public bool CombinedMovement
return bool

MoveEnabled public_oe property

public bool MoveEnabled
return bool

RotateSpeed public_oe property

public float RotateSpeed
return float

ZoomEnabled public_oe property

public bool ZoomEnabled
return bool

horizontalScrollArea public_oe property

public float horizontalScrollArea
return float

horizontalScrollSpeed public_oe property

public float horizontalScrollSpeed
return float

verticalScrollArea public_oe property

public float verticalScrollArea
return float

verticalScrollSpeed public_oe property

public float verticalScrollSpeed
return float