C# Класс WarTornLands.PlayerClasses.CollisionDetector

Показать файл Открыть проект

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

Метод Описание
GetPosition ( Vector2 start, Vector2 toGoal, float radius, Entity source ) : Vector2
Setup ( Level level ) : void

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

GetPosition() публичный статический Метод

public static GetPosition ( Vector2 start, Vector2 toGoal, float radius, Entity source ) : Vector2
start Vector2
toGoal Vector2
radius float
source Entity
Результат Vector2

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

public static Setup ( Level level ) : void
level Level
Результат void