Last updated: Sep 11, 2022

Introduction

The Game Start Service Interface is the interface that defines what a Game Start Service needs to have in order to be usable in the project. Having this here basically allows us to swap Game Start Services at runtime if we really want to for a similar one with a completely different implementation!

You can find the Game Start Service Interface script ****at this path: Assets\Infima Games\Low Poly Animated - Modern Guns\Demo\Code\Services\IGameStartService.cs

Methods

Set Started. Sets the value of Has Started.

Set Clicked To Start. Sets the value of Has Clicked To Start.

Reset. Resets all values to false.

Functions

Has Started. Returns the value of Has Started.

Has Clicked To Start. Returns the value of Has Clicked To Start.