FittsLaw/Assets/Oculus/VR/Scripts/OVRLayerAttribute.cs

8 lines
182 B
C#
Raw Normal View History

2018-10-08 23:54:11 -04:00
using UnityEngine;
/// <summary>
/// Dummy subtype of PropertyAttribute for custom inspector to use.
/// </summary>
public class OVRLayerAttribute : PropertyAttribute {
}