RadialButtonIcon.cs 180 B

123456789
  1. namespace VRTK
  2. {
  3. using UnityEngine;
  4. public class RadialButtonIcon : MonoBehaviour
  5. {
  6. //Easier than getting tag, can't change through project settings
  7. }
  8. }