C# Class FluffyManager.History.Chapter

Inheritance: IExposable
Afficher le fichier Open project: FluffierThanThou/RW_Manager

Méthodes publiques

Свойство Type Description
ThingCount ThingCountClass
_texture UnityEngine.Texture2D
label string
lineColor Color
pages List>.Dictionary
size int

Méthodes publiques

Méthode Description
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

Method Details

Active() public méthode

public Active ( Period period ) : bool
period Period
Résultat bool

Add() public méthode

public Add ( int count ) : void
count int
Résultat void

Chapter() public méthode

public Chapter ( ) : System
Résultat System

Chapter() public méthode

public Chapter ( ThingCountClass thingCount, int size, Color color ) : System
thingCount ThingCountClass
size int
color Color
Résultat System

Chapter() public méthode

public Chapter ( string label, int size, Color color ) : System
label string
size int
color Color
Résultat System

ExposeData() public méthode

public ExposeData ( ) : void
Résultat void

Last() public méthode

public Last ( Period period ) : int
period Period
Résultat int

Max() public méthode

public Max ( Period period, bool positive = true ) : int
period Period
positive bool
Résultat int

Plot() public méthode

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
Résultat void

ValueAt() public méthode

public ValueAt ( Period period, int x, int sign = 1 ) : int
period Period
x int
sign int
Résultat int

Property Details

ThingCount public_oe property

public ThingCountClass ThingCount
Résultat ThingCountClass

_texture public_oe property

public Texture2D,UnityEngine _texture
Résultat UnityEngine.Texture2D

label public_oe property

public string label
Résultat string

lineColor public_oe property

public Color lineColor
Résultat Color

pages public_oe property

public Dictionary> pages
Résultat List>.Dictionary

size public_oe property

public int size
Résultat int