C# Class WarTornLands.PlayerClasses.CollisionDetector

Afficher le fichier Open project: floAr/WarTornLands

Méthodes publiques

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

Method Details

GetPosition() public static méthode

public static GetPosition ( Vector2 start, Vector2 toGoal, float radius, Entity source ) : Vector2
start Vector2
toGoal Vector2
radius float
source Entity
Résultat Vector2

Setup() public static méthode

public static Setup ( Level level ) : void
level Level
Résultat void