C# Class ProjectStorms.CamLookDirection

This script makes the airship camera rotate to look at an invisible target, regardless of the camera's actual position.
Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: patferguson/Storms-Project

Méthodes publiques

Свойство Type Description
optionalLookTarget UnityEngine.GameObject

Méthodes publiques

Méthode Description
Awake ( ) : void
DebugMe ( ) : void
Update ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

DebugMe() public méthode

public DebugMe ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

optionalLookTarget public_oe property

public GameObject,UnityEngine optionalLookTarget
Résultat UnityEngine.GameObject