C# Class AkaCore.AkaLib.Evade.FoundIntersection

Mostra file Open project: Kysamaa/EloBuddy Class Usage Examples

Public Properties

Property Type Description
ComingFrom System.Vector2
Distance float
Point System.Vector2
Time int
Valid bool

Public Methods

Method Description
FoundIntersection ( float distance, int time, System.Vector2 point, System.Vector2 comingFrom ) : System

Method Details

FoundIntersection() public method

public FoundIntersection ( float distance, int time, System.Vector2 point, System.Vector2 comingFrom ) : System
distance float
time int
point System.Vector2
comingFrom System.Vector2
return System

Property Details

ComingFrom public_oe property

public Vector2,System ComingFrom
return System.Vector2

Distance public_oe property

public float Distance
return float

Point public_oe property

public Vector2,System Point
return System.Vector2

Time public_oe property

public int Time
return int

Valid public_oe property

public bool Valid
return bool