SteamVR_GameView.cs 122 B

1234567
  1. using System;
  2. using UnityEngine;
  3. [RequireComponent(typeof(Camera))]
  4. public class SteamVR_GameView : MonoBehaviour
  5. {
  6. }