FittsLaw/Assets/Oculus/VR/Scripts/OVRLayerAttribute.cs
2018-10-08 23:54:11 -04:00

8 lines
182 B
C#

using UnityEngine;
/// <summary>
/// Dummy subtype of PropertyAttribute for custom inspector to use.
/// </summary>
public class OVRLayerAttribute : PropertyAttribute {
}