You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GameObjects represent any object you can interact with in AggiEngine. They provide tons of useful events and help separate code for the player from enemies code, for example. They also provide tons of useful events and functions you'll need for creating any game.
In the above script, you can see an example of the start event and one of AggiEngine's game loops. Start is called whenever the GameObject is created. Whereas update every time a frame is rendered.