Third Person Cover Shooter  1.6
CoverShooter.SearchPointData Class Reference

Public Member Functions

 SearchPointData ()
 
void WriteTo (SearchPointData other)
 
void LinkLeft (int left, int middle)
 
void LinkRight (int middle, int right)
 
int Add (SearchPoint point)
 
void Clear ()
 

Public Attributes

List< SearchPointPoints
 

Constructor & Destructor Documentation

◆ SearchPointData()

CoverShooter.SearchPointData.SearchPointData ( )

Member Function Documentation

◆ Add()

int CoverShooter.SearchPointData.Add ( SearchPoint  point)

◆ Clear()

void CoverShooter.SearchPointData.Clear ( )

◆ LinkLeft()

void CoverShooter.SearchPointData.LinkLeft ( int  left,
int  middle 
)

◆ LinkRight()

void CoverShooter.SearchPointData.LinkRight ( int  middle,
int  right 
)

◆ WriteTo()

void CoverShooter.SearchPointData.WriteTo ( SearchPointData  other)

Member Data Documentation

◆ Points

List<SearchPoint> CoverShooter.SearchPointData.Points

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