PathBerserker2d
1.0
Platformer pathfinding solution
|
Points to a subsection on a segment. It has a start point on the target segment and a length. More...
Public Member Functions | |
NavSubsegmentPointer (NavSurface surface, int proxyDataIndex, float t, float length) | |
Vector2 | GetPosition () |
override bool | Equals (object obj) |
bool | Equals (NavSubsegmentPointer other) |
override int | GetHashCode () |
Static Public Member Functions | |
static bool | operator== (NavSubsegmentPointer a, NavSubsegmentPointer b) |
static bool | operator!= (NavSubsegmentPointer a, NavSubsegmentPointer b) |
Public Attributes | |
readonly float | t |
readonly float | length |
readonly int | proxyDataIndex |
readonly NavSurface | surface |
Properties | |
static NavSubsegmentPointer | Invalid [get] |
Points to a subsection on a segment. It has a start point on the target segment and a length.