C# Class KerbCam.PathRunner

Inheritance: UnityEngine.MonoBehaviour, CameraController.Client
Datei anzeigen Open project: huin/kerbcam

Public Methods

Method 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

Method Description
CameraController ( ) : void
Create ( SimpleCamPath path ) : PathRunner
HandleTogglePause ( ) : void
HandleToggleRun ( ) : void

Method Details

Destroy() public method

public Destroy ( ) : void
return void

OnDisable() public method

Overrides MonoBehaviour.OnDisable.
public OnDisable ( ) : void
return void

OnEnable() public method

Overrides MonoBehaviour.OnEnable.
public OnEnable ( ) : void
return void

StartRunning() public method

public StartRunning ( ) : void
return void

StopRunning() public method

public StopRunning ( ) : void
return void

TogglePause() public method

public TogglePause ( ) : void
return void

ToggleRunning() public method

public ToggleRunning ( ) : void
return void

Update() public method

Overrides MonoBehaviour.Update.
public Update ( ) : void
return void