PathBerserker2d  1.0
Platformer pathfinding solution
Public Member Functions | Static Public Member Functions | Public Attributes | Properties | List of all members
PathBerserker2d.NavSubsegmentPointer Struct Reference

Points to a subsection on a segment. It has a start point on the target segment and a length. More...

Inheritance diagram for PathBerserker2d.NavSubsegmentPointer:

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]
 

Detailed Description

Points to a subsection on a segment. It has a start point on the target segment and a length.


The documentation for this struct was generated from the following file: