C# Класс Example.LevelManagementService

Наследование: Example.LevelManagementServiceBase
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
LevelsContainer Example.GameObject

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
UpdateLevels ( ) : void

Описание методов

Setup() публичный Метод

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
Результат void

Описание свойств

LevelsContainer публичное свойство

public GameObject,Example LevelsContainer
Результат Example.GameObject