C# Class MinigameSelection.CameraControl

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: BrainProject/UnityTemp

Méthodes publiques

Свойство Type Description
ReadyToLeave bool
currentWaypoint UnityEngine.GameObject
levelManager LevelManagerSelection
movingLeft bool
movingRight bool
sweepSpeed float
targetWaypoint UnityEngine.GameObject

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
BackToMain ( ) : void
FindShorterDirectionToWaypoint ( ) : void
SetNewTarget ( ) : void
Start ( ) : void
Update ( ) : void
ZoomOutCamera ( ) : void

Method Details

BackToMain() public méthode

public BackToMain ( ) : void
Résultat void

FindShorterDirectionToWaypoint() public méthode

public FindShorterDirectionToWaypoint ( ) : void
Résultat void

SetNewTarget() public méthode

public SetNewTarget ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

ZoomOutCamera() public méthode

public ZoomOutCamera ( ) : void
Résultat void

Property Details

ReadyToLeave public_oe property

public bool ReadyToLeave
Résultat bool

currentWaypoint public_oe property

public GameObject,UnityEngine currentWaypoint
Résultat UnityEngine.GameObject

levelManager public_oe property

public LevelManagerSelection,MinigameSelection levelManager
Résultat LevelManagerSelection

movingLeft public_oe property

public bool movingLeft
Résultat bool

movingRight public_oe property

public bool movingRight
Résultat bool

sweepSpeed public_oe property

public float sweepSpeed
Résultat float

targetWaypoint public_oe property

public GameObject,UnityEngine targetWaypoint
Résultat UnityEngine.GameObject