Skip to content

Instantly share code, notes, and snippets.

@tarukosu
Created December 18, 2017 00:24
Show Gist options
  • Select an option

  • Save tarukosu/d56601fb38826814624860f1dd841c89 to your computer and use it in GitHub Desktop.

Select an option

Save tarukosu/d56601fb38826814624860f1dd841c89 to your computer and use it in GitHub Desktop.
ITangoController.cs
using UnityEngine;
public interface ITangoController{
bool SelectButton
{
get;
set;
}
Transform transform
{
get;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment