CameraController Class

MyDungeon

CameraController Class

Controller for the Main Camera
Inheritance Hierarchy
SystemObject  Object
    Component
      Behaviour
        MonoBehaviour
          MyDungeon.ControllersCameraController

Namespace:  MyDungeon.Controllers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public class CameraController : MonoBehaviour

The CameraController type exposes the following members.

Constructors
  NameDescription
Public methodCameraController
Initializes a new instance of the CameraController class
Top
Methods
  NameDescription
Protected methodLateUpdate
Centers the camera on the object tagged as Player
Protected methodStart
Sets the position offset for the camera to the camera starting position
Top
Fields
  NameDescription
Protected fieldOffset
The offset of the camera location
Protected fieldPlayer
The game object the camera tracks
Top
Extension Methods
  NameDescription
Public Extension MethodInvoke
Invoke using a delegate
(Defined by MonoBehaviourExtensions.)
Top
See Also