-
Notifications
You must be signed in to change notification settings - Fork 1
Trigger (Entity Event)
Apex Aeon edited this page Feb 2, 2018
·
4 revisions
Every entity has a method trigger(). When this method is called, that entity will usually perform an action, depending on the entity's internal data and the entity type. This is extremely important in making interactive content.
The entity type Trigger
THIS TUTORIAL IS WORK IN PROGRESS