C# Class Example.LevelManagementService

Inheritance: Example.LevelManagementServiceBase
Afficher le fichier Open project: fuutou89/uFrame

Méthodes publiques

Свойство Type Description
LevelsContainer Example.GameObject

Méthodes publiques

Méthode Description
Setup ( ) : void

This method is invoked whenever the kernel is loading Since the kernel lives throughout the entire lifecycle of the game, this will only be invoked once.

Private Methods

Méthode Description
UpdateLevels ( ) : void

Method Details

Setup() public méthode

This method is invoked whenever the kernel is loading Since the kernel lives throughout the entire lifecycle of the game, this will only be invoked once.
public Setup ( ) : void
Résultat void

Property Details

LevelsContainer public_oe property

public GameObject,Example LevelsContainer
Résultat Example.GameObject