C# Класс SpellEffectRoamingSight, UnderworldExporter

Allows the user to explore the level from above it.
Наследование: SpellEffect
Показать файл Открыть проект

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

Свойство Тип Описание
OldMana int
OldPosition Vector3

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

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

Moves the player above the map. Records their position

CancelEffect ( ) : void

Moves the player back to where they cancelled the spell from

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

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

Moves the player above the map. Records their position
public ApplyEffect ( ) : void
Результат void

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

Moves the player back to where they cancelled the spell from
public CancelEffect ( ) : void
Результат void

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

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

public int OldMana
Результат int

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

public Vector3 OldPosition
Результат Vector3