Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public enum MouseAction { Up, Down, Enter, Exit, Over };
- [System.Serializable]
- public class GuiAction
- {
- public MouseAction onMouse;
- public MonoBehaviour target;
- public string function;
- public string value;
- }
Advertisement
Add Comment
Please, Sign In to add comment