C# Class CameraFocusChanger.CameraFocusChanger

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: zentarul/camerafocuschanger Class Usage Examples

Méthodes publiques

Méthode Description
FocusOn ( Transform transform ) : void
ResetFocus ( ) : void

Private Methods

Méthode Description
CheckForVesselChanged ( ) : void
DebugPrint ( string text ) : void
GetTransform ( ) : Transform
OnCameraChange ( CameraManager cameraMode ) : void
OnDestroy ( ) : void
OnStageSeparation ( EventReport report ) : void
OnUndock ( EventReport report ) : void
OnVesselChange ( Vessel vessel ) : void
OnVesselGoOnRails ( Vessel vessel ) : void
OnVesselWillDestroy ( Vessel vessel ) : void
Start ( ) : void
Update ( ) : void
UpdateFocus ( ) : void

Method Details

FocusOn() public méthode

public FocusOn ( Transform transform ) : void
transform UnityEngine.Transform
Résultat void

ResetFocus() public méthode

public ResetFocus ( ) : void
Résultat void