C# Class Pathfinding.AstarProfiler.ProfilePoint

Show file Open project: henryj41043/TheUnseen Class Usage Examples

Public Properties

Property Type Description
tmpBytes long
totalBytes long
totalCalls int
watch System.Diagnostics.Stopwatch

Property Details

tmpBytes public property

public long tmpBytes
return long

totalBytes public property

public long totalBytes
return long

totalCalls public property

public int totalCalls
return int

watch public property

public System.Diagnostics.Stopwatch watch
return System.Diagnostics.Stopwatch