Show / Hide Table of Contents

Interface IEAZGamePreparationManager

Interface that handles game preparation process

Namespace: EazeGamesSDK
Assembly: EazeGamesSDK.dll
Syntax
public interface IEAZGamePreparationManager

Methods

gameDidLoad()

Informs that preparation for game is finished ( all necessary resources were loaded ) and player is ready to play. It is mandatory to make this call in order to proceed to gameplay sequence.

Declaration
void gameDidLoad()

setPreparationDelegate(EAZGamePreparationDelegate)

Sets delegate in order to receive callbacks from IEAZGamePreparationManager regarding game preparation events.

Declaration
void setPreparationDelegate(EAZGamePreparationDelegate preparationDelegate)
Parameters
Type Name Description
EAZGamePreparationDelegate preparationDelegate

Instance that implements `EAZGamePreparationDelegate interface

Back to top Generated by DocFX