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
Show file Open project: patferguson/Storms-Project

Public Properties

Property Type Description
optionalLookTarget UnityEngine.GameObject

Public Methods

Method Description
Awake ( ) : void
DebugMe ( ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

DebugMe() public method

public DebugMe ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

optionalLookTarget public property

public GameObject,UnityEngine optionalLookTarget
return UnityEngine.GameObject