Show / Hide Table of Contents

Interface IEndOfLevelHandler

Interface guaranteeing that a class (usually GameStateProperty)is meant to execute some code at the end of a level.

Namespace: GDA.GameStateProperties
Assembly: Assembly-CSharp.dll
Syntax
public interface IEndOfLevelHandler

Methods

OnEndOfLevel()

Method called at the end of a level.

Declaration
void OnEndOfLevel()
In This Article
Back to top Generated by DocFX