Created
December 18, 2017 00:24
-
-
Save tarukosu/d56601fb38826814624860f1dd841c89 to your computer and use it in GitHub Desktop.
ITangoController.cs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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