C# Class fBaseXtensions.Navigation.Gridpoint.GPArea

Afficher le fichier Open project: herbfunk/Funky Class Usage Examples

Méthodes publiques

Méthode Description
AttemptFindSafeSpot ( System.Vector3 CurrentPosition, System.Vector3 LOS, PointCheckingFlags Flags ) : System.Vector3

Searches for a safespot!

GPArea ( System.Vector3 startingLocation ) : System
GridPointContained ( GridPoint point ) : bool

Private Methods

Méthode Description
BlacklistLastSafespot ( ) : void
GetGPRectContainingPoint ( GridPoint Point ) : GPRectangle
iterateGPRectsSafeSpot ( System.Vector3 CurrentPosition, System.Vector3 &safespot, System.Vector3 LOS, PointCheckingFlags Flags ) : void

Method Details

AttemptFindSafeSpot() public méthode

Searches for a safespot!
public AttemptFindSafeSpot ( System.Vector3 CurrentPosition, System.Vector3 LOS, PointCheckingFlags Flags ) : System.Vector3
CurrentPosition System.Vector3
LOS System.Vector3
Flags PointCheckingFlags
Résultat System.Vector3

GPArea() public méthode

public GPArea ( System.Vector3 startingLocation ) : System
startingLocation System.Vector3
Résultat System

GridPointContained() public méthode

public GridPointContained ( GridPoint point ) : bool
point GridPoint
Résultat bool