C# Class PerformanceMeasuring.GameDebugTools.TimeRuler.MarkerInfo

Marker information
Datei anzeigen Open project: vchelaru/FlatRedBall

Public Properties

Property Type Description
Logs MarkerLog[]
Name string

Public Methods

Method Description
MarkerInfo ( string name ) : System

Method Details

MarkerInfo() public method

public MarkerInfo ( string name ) : System
name string
return System

Property Details

Logs public_oe property

public MarkerLog[] Logs
return MarkerLog[]

Name public_oe property

public string Name
return string