Skip to content

Instantly share code, notes, and snippets.

@flushpot1125
Created November 18, 2017 06:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flushpot1125/16157744ed72548e4694462b8d63de1e to your computer and use it in GitHub Desktop.
Save flushpot1125/16157744ed72548e4694462b8d63de1e to your computer and use it in GitHub Desktop.
using UnityEngine.EventSystems;
namespace Meta
{
/// <summary>
/// Allows OnGazeStart() event to be send to a GameObject
/// </summary>
public interface IGazeStartEvent : IEventSystemHandler
{
void OnGazeStart();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment