AR Design
UBC EML collab with UBC SALA - visualizing IoT data in AR
AnimatorControllerAction.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 
4 using System;
5 using UnityEngine;
6 
7 namespace HoloToolkit.Unity.Buttons
8 {
9  [Serializable]
11  {
13  public string ParamName;
14  public AnimatorControllerParameterType ParamType;
15  public bool BoolValue;
16  public int IntValue;
17  public float FloatValue;
18  public bool InvalidParam;
19  }
20 }
ButtonStateEnum
State enum for buttons.