/// --------------------------------------------- /// Ultimate Character Controller /// Copyright (c) Opsive. All Rights Reserved. /// https://www.opsive.com /// --------------------------------------------- namespace Opsive.UltimateCharacterController.VR { using UnityEngine; /// /// Identifier component which specifies the VR camera. /// public class VRCameraIdentifier : MonoBehaviour { } }