OVRLayerAttribute.cs 182 B

1234567
  1. using UnityEngine;
  2. /// <summary>
  3. /// Dummy subtype of PropertyAttribute for custom inspector to use.
  4. /// </summary>
  5. public class OVRLayerAttribute : PropertyAttribute {
  6. }