C# Class MinigameSelection.CameraControl

Inheritance: UnityEngine.MonoBehaviour
Show file Open project: BrainProject/UnityTemp

Public Properties

Property Type Description
ReadyToLeave bool
currentWaypoint UnityEngine.GameObject
levelManager LevelManagerSelection
movingLeft bool
movingRight bool
sweepSpeed float
targetWaypoint UnityEngine.GameObject

Private Properties

Property Type Description

Public Methods

Method Description
BackToMain ( ) : void
FindShorterDirectionToWaypoint ( ) : void
SetNewTarget ( ) : void
Start ( ) : void
Update ( ) : void
ZoomOutCamera ( ) : void

Method Details

BackToMain() public method

public BackToMain ( ) : void
return void

FindShorterDirectionToWaypoint() public method

public FindShorterDirectionToWaypoint ( ) : void
return void

SetNewTarget() public method

public SetNewTarget ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

ZoomOutCamera() public method

public ZoomOutCamera ( ) : void
return void

Property Details

ReadyToLeave public property

public bool ReadyToLeave
return bool

currentWaypoint public property

public GameObject,UnityEngine currentWaypoint
return UnityEngine.GameObject

levelManager public property

public LevelManagerSelection,MinigameSelection levelManager
return LevelManagerSelection

movingLeft public property

public bool movingLeft
return bool

movingRight public property

public bool movingRight
return bool

sweepSpeed public property

public float sweepSpeed
return float

targetWaypoint public property

public GameObject,UnityEngine targetWaypoint
return UnityEngine.GameObject