C# Class WarTornLands.PlayerClasses.CollisionDetector

Mostrar archivo Open project: floAr/WarTornLands

Public Methods

Method Description
GetPosition ( Vector2 start, Vector2 toGoal, float radius, Entity source ) : Vector2
Setup ( Level level ) : void

Method Details

GetPosition() public static method

public static GetPosition ( Vector2 start, Vector2 toGoal, float radius, Entity source ) : Vector2
start Vector2
toGoal Vector2
radius float
source Entity
return Vector2

Setup() public static method

public static Setup ( Level level ) : void
level Level
return void