C# Class Example.LevelManagementService

Inheritance: Example.LevelManagementServiceBase
Mostrar archivo Open project: fuutou89/uFrame

Public Properties

Property Type Description
LevelsContainer Example.GameObject

Public Methods

Method 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

Method Description
UpdateLevels ( ) : void

Method Details

Setup() public method

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
return void

Property Details

LevelsContainer public_oe property

public GameObject,Example LevelsContainer
return Example.GameObject