C# Class cameraController, The-next-step

Inheritance: MonoBehaviour
Show file 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 property

public bool CombinedMovement
return bool

MoveEnabled public property

public bool MoveEnabled
return bool

RotateSpeed public property

public float RotateSpeed
return float

ZoomEnabled public property

public bool ZoomEnabled
return bool

horizontalScrollArea public property

public float horizontalScrollArea
return float

horizontalScrollSpeed public property

public float horizontalScrollSpeed
return float

verticalScrollArea public property

public float verticalScrollArea
return float

verticalScrollSpeed public property

public float verticalScrollSpeed
return float