| using UnityEngine; | |
| namespace UnityAgent | |
| { | |
| /// <summary> | |
| /// Convenience alias for <see cref="ThirdPersonCamera"/>. Lets designers | |
| /// attach a component named CameraController if they prefer that name. | |
| /// </summary> | |
| public class CameraController : ThirdPersonCamera | |
| { | |
| // All behaviour is inherited from ThirdPersonCamera. | |
| } | |
| } | |