C# Класс PickingObjectif, PuzzleGameProject

Pickable element. The objective must be picked by the player to enable the FinalCase
Наследование: Objectif
Показать файл Открыть проект

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

Метод Описание
Effect ( bool isTreated = false ) : EffectTransformation,

return the effect of this element. If isTreated, decrement the objectives count in the finalCase

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

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

Increment the objectives count in the finalCase

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

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

return the effect of this element. If isTreated, decrement the objectives count in the finalCase
public Effect ( bool isTreated = false ) : EffectTransformation,
isTreated bool If set to true the objective is pick.
Результат EffectTransformation,