C# Класс FluffyManager.History.Chapter

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

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

Свойство Тип Описание
ThingCount ThingCountClass
_texture UnityEngine.Texture2D
label string
lineColor Color
pages List>.Dictionary
size int

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

Метод Описание
Active ( Period period ) : bool
Add ( int count ) : void
Chapter ( ) : System
Chapter ( ThingCountClass thingCount, int size, Color color ) : System
Chapter ( string label, int size, Color color ) : System
ExposeData ( ) : void
Last ( Period period ) : int
Max ( Period period, bool positive = true ) : int
Plot ( Period period, Rect canvas, float wu, float hu, int sign = 1 ) : void
ValueAt ( Period period, int x, int sign = 1 ) : int

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

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

public Active ( Period period ) : bool
period Period
Результат bool

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

public Add ( int count ) : void
count int
Результат void

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

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

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

public Chapter ( ThingCountClass thingCount, int size, Color color ) : System
thingCount ThingCountClass
size int
color Color
Результат System

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

public Chapter ( string label, int size, Color color ) : System
label string
size int
color Color
Результат System

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

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

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

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

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

public Max ( Period period, bool positive = true ) : int
period Period
positive bool
Результат int

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

public Plot ( Period period, Rect canvas, float wu, float hu, int sign = 1 ) : void
period Period
canvas UnityEngine.Rect
wu float
hu float
sign int
Результат void

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

public ValueAt ( Period period, int x, int sign = 1 ) : int
period Period
x int
sign int
Результат int

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

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

public ThingCountClass ThingCount
Результат ThingCountClass

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

public Texture2D,UnityEngine _texture
Результат UnityEngine.Texture2D

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

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

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

public Color lineColor
Результат Color

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

public Dictionary> pages
Результат List>.Dictionary

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

public int size
Результат int