C# Класс ChangeDirectionElement, PuzzleGameProject

Element which changes the player direction.
Наследование: Element
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
newDirection DirectionProperties,

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

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

Element Effect. An EffectTransformation object type is returned with the modification applied by the effect. The EffectTransformation object indicates the new direction(newDirection) for the Player.

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

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

Element Effect. An EffectTransformation object type is returned with the modification applied by the effect. The EffectTransformation object indicates the new direction(newDirection) for the Player.
public Effect ( bool isTreated = false ) : EffectTransformation,
isTreated bool true = the element is treated definitively. / false = the element effect may be requested again.
Результат EffectTransformation,

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

newDirection защищенное свойство

The new direction applied by the element.
protected DirectionProperties, newDirection
Результат DirectionProperties,