C# Класс FluffyManager.History

Наследование: IExposable
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
AllowTogglingLegend bool
DefaultLineColor Color
DrawCounts bool
DrawIcons bool
DrawInfoInBar bool
DrawInlineLegend bool
DrawMaxMarkers bool
DrawOptions bool
DrawTargetLine bool
MaxPerChapter bool
Suffix string
periodShown Period
periods Period[]

Открытые методы

Метод Описание
CeilToPrecision ( float x, int precision = 1 ) : int

Round up to given precision

DrawDetailedLegend ( Rect canvas, Vector2 &scrollPos, int max, bool positiveOnly = false, bool negativeOnly = false ) : void
DrawPlot ( Rect rect, int target, string label = "", bool positiveOnly = false, bool negativeOnly = false ) : void
ExposeData ( ) : void
FormatCount ( float x, int unit = 1000, string suffixes = null ) : string
History ( ) : System
History ( ThingCount thingCounts, Color colors = null ) : System
History ( string labels, Color colors = null ) : System
Interval ( Period period ) : int
Update ( ) : void
UpdateMax ( ) : void
UpdateThingCountAndMax ( int counts, int maxes ) : void
UpdateThingCounts ( ) : void

Описание методов

CeilToPrecision() публичный Метод

Round up to given precision
public CeilToPrecision ( float x, int precision = 1 ) : int
x float input
precision int number of digits to preserve past the magnitude, should be equal to or greater than zero.
Результат int

DrawDetailedLegend() публичный Метод

public DrawDetailedLegend ( Rect canvas, Vector2 &scrollPos, int max, bool positiveOnly = false, bool negativeOnly = false ) : void
canvas UnityEngine.Rect
scrollPos Vector2
max int
positiveOnly bool
negativeOnly bool
Результат void

DrawPlot() публичный Метод

public DrawPlot ( Rect rect, int target, string label = "", bool positiveOnly = false, bool negativeOnly = false ) : void
rect UnityEngine.Rect
target int
label string
positiveOnly bool
negativeOnly bool
Результат void

ExposeData() публичный Метод

public ExposeData ( ) : void
Результат void

FormatCount() публичный Метод

public FormatCount ( float x, int unit = 1000, string suffixes = null ) : string
x float
unit int
suffixes string
Результат string

History() публичный Метод

public History ( ) : System
Результат System

History() публичный Метод

public History ( ThingCount thingCounts, Color colors = null ) : System
thingCounts ThingCount
colors Color
Результат System

History() публичный Метод

public History ( string labels, Color colors = null ) : System
labels string
colors Color
Результат System

Interval() публичный статический Метод

public static Interval ( Period period ) : int
period Period
Результат int

Update() публичный Метод

public Update ( ) : void
Результат void

UpdateMax() публичный Метод

public UpdateMax ( ) : void
Результат void

UpdateThingCountAndMax() публичный Метод

public UpdateThingCountAndMax ( int counts, int maxes ) : void
counts int
maxes int
Результат void

UpdateThingCounts() публичный Метод

public UpdateThingCounts ( ) : void
Результат void

Описание свойств

AllowTogglingLegend публичное свойство

public bool AllowTogglingLegend
Результат bool

DefaultLineColor публичное статическое свойство

public static Color DefaultLineColor
Результат Color

DrawCounts публичное свойство

public bool DrawCounts
Результат bool

DrawIcons публичное свойство

public bool DrawIcons
Результат bool

DrawInfoInBar публичное свойство

public bool DrawInfoInBar
Результат bool

DrawInlineLegend публичное свойство

public bool DrawInlineLegend
Результат bool

DrawMaxMarkers публичное свойство

public bool DrawMaxMarkers
Результат bool

DrawOptions публичное свойство

public bool DrawOptions
Результат bool

DrawTargetLine публичное свойство

public bool DrawTargetLine
Результат bool

MaxPerChapter публичное свойство

public bool MaxPerChapter
Результат bool

Suffix публичное свойство

public string Suffix
Результат string

periodShown публичное свойство

public Period periodShown
Результат Period

periods публичное статическое свойство

public static Period[] periods
Результат Period[]