forked from AntonyHatchet/GameCalendarKit
-
Notifications
You must be signed in to change notification settings - Fork 0
GameCalendarKit.EventsCollectionCreator
Gravideots edited this page May 2, 2017
·
6 revisions
EventsCollectionCreator is an a editor extension, that will help you create event collection before you start your game.
It's also have a partial keyword that give you a possibility to extend current class and create your own realization.
public partial class EventsCollectionCreator : EditorWindow- CreateNewEvent is method for creating new event.
partial void CreateNewEvent();- ShowPrefeences is method to draw Object fields, collection name, and button "Create new collection".
partial void ShowPrefeences();- ShowCalendar is method to draw calendar and controlls to set info to new event.
partial void ShowCalendar();- ShowEvents is method to show all created event and possibility to delete it.
partial void ShowEvents();You can find this tool in "Assets -> Game Calendar Kit -> Event Collection Creator"