17 lines
448 B
C#
17 lines
448 B
C#
/// ---------------------------------------------
|
|
/// Ultimate Character Controller
|
|
/// Copyright (c) Opsive. All Rights Reserved.
|
|
/// https://www.opsive.com
|
|
/// ---------------------------------------------
|
|
|
|
namespace Opsive.UltimateCharacterController.VR
|
|
{
|
|
using UnityEngine;
|
|
|
|
/// <summary>
|
|
/// Identifier component which specifies the VR camera.
|
|
/// </summary>
|
|
public class VRCameraIdentifier : MonoBehaviour
|
|
{
|
|
}
|
|
} |