C# Class Pathfinding.AstarProfiler

Afficher le fichier Open project: henryj41043/TheUnseen Class Usage Examples

Méthodes publiques

Свойство Type Description
fastProfileNames string[]
fastProfiles ProfilePoint[]

Private Methods

Méthode Description
AstarProfiler ( ) : System.Collections.Generic
EndFastProfile ( int tag ) : void
EndProfile ( ) : void
EndProfile ( string tag ) : void
InitializeFastProfile ( string profileNames ) : void
PrintFastResults ( ) : void
PrintResults ( ) : void
Reset ( ) : void
StartFastProfile ( int tag ) : void
StartProfile ( string tag ) : void

Property Details

fastProfileNames public_oe static_oe property

public static string[] fastProfileNames
Résultat string[]

fastProfiles public_oe static_oe property

public static ProfilePoint[] fastProfiles
Résultat ProfilePoint[]