C# Class Pathfinding.AstarProfiler

Mostrar archivo Open project: henryj41043/TheUnseen Class Usage Examples

Public Properties

Property Type Description
fastProfileNames string[]
fastProfiles ProfilePoint[]

Private Methods

Method 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
return string[]

fastProfiles public_oe static_oe property

public static ProfilePoint[] fastProfiles
return ProfilePoint[]