- using UnityEngine;
- namespace Cinemachine
- {
- /// <summary>
- /// Internal container for CinemachineComponentBase. Does nothing but contain.
- /// </summary>
- [AddComponentMenu("")] // Don't display in add component menu
- public sealed class CinemachinePipeline : MonoBehaviour
- {
- }
- }
|