C# Class TimeRulerLibrary.TimeRuler.MarkerInfo

Marker information
Show file Open project: jaquadro/MonoGdx

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