C# Class KerbCam.PathRunner

Inheritance: UnityEngine.MonoBehaviour, CameraController.Client
Afficher le fichier Open project: huin/kerbcam

Méthodes publiques

Méthode Description
Destroy ( ) : void
OnDisable ( ) : void

Overrides MonoBehaviour.OnDisable.

OnEnable ( ) : void

Overrides MonoBehaviour.OnEnable.

StartRunning ( ) : void
StopRunning ( ) : void
TogglePause ( ) : void
ToggleRunning ( ) : void
Update ( ) : void

Overrides MonoBehaviour.Update.

Private Methods

Méthode Description
CameraController ( ) : void
Create ( SimpleCamPath path ) : PathRunner
HandleTogglePause ( ) : void
HandleToggleRun ( ) : void

Method Details

Destroy() public méthode

public Destroy ( ) : void
Résultat void

OnDisable() public méthode

Overrides MonoBehaviour.OnDisable.
public OnDisable ( ) : void
Résultat void

OnEnable() public méthode

Overrides MonoBehaviour.OnEnable.
public OnEnable ( ) : void
Résultat void

StartRunning() public méthode

public StartRunning ( ) : void
Résultat void

StopRunning() public méthode

public StopRunning ( ) : void
Résultat void

TogglePause() public méthode

public TogglePause ( ) : void
Résultat void

ToggleRunning() public méthode

public ToggleRunning ( ) : void
Résultat void

Update() public méthode

Overrides MonoBehaviour.Update.
public Update ( ) : void
Résultat void