C# Class Nez.Analysis.TimeRuler.MarkerInfo

Marker information
Show file Open project: prime31/Nez

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 property

public MarkerLog[] logs
return MarkerLog[]

name public property

public string name
return string