C# 클래스 WarTornLands.PlayerClasses.CollisionDetector

파일 보기 프로젝트 열기: floAr/WarTornLands

공개 메소드들

메소드 설명
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