AR Design
UBC EML collab with UBC SALA - visualizing IoT data in AR
AudioEventAttribute.cs
Go to the documentation of this file.
1 // Copyright (c) Microsoft Corporation. All rights reserved.
2 // Licensed under the MIT License. See LICENSE in the project root for license information.
3 using System;
4 using UnityEngine;
5 
6 namespace HoloToolkit.Unity
7 {
14  [AttributeUsage(AttributeTargets.Field, AllowMultiple = false)]
15  public class AudioEventAttribute : PropertyAttribute
16  {
17  // Nothing to see Here, This only acts as a marker to help the editor.
18  }
19 }
Attribute to mark up a string field to be drawn using the AudioEventPropertyDrawer This allows the UI...