C# Class FluffyManager.History.Chapter

Inheritance: IExposable
Show file Open project: FluffierThanThou/RW_Manager

Public Properties

Property Type Description
ThingCount ThingCountClass
_texture UnityEngine.Texture2D
label string
lineColor Color
pages List>.Dictionary
size int

Public Methods

Method 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 method

public Active ( Period period ) : bool
period Period
return bool

Add() public method

public Add ( int count ) : void
count int
return void

Chapter() public method

public Chapter ( ) : System
return System

Chapter() public method

public Chapter ( ThingCountClass thingCount, int size, Color color ) : System
thingCount ThingCountClass
size int
color Color
return System

Chapter() public method

public Chapter ( string label, int size, Color color ) : System
label string
size int
color Color
return System

ExposeData() public method

public ExposeData ( ) : void
return void

Last() public method

public Last ( Period period ) : int
period Period
return int

Max() public method

public Max ( Period period, bool positive = true ) : int
period Period
positive bool
return int

Plot() public method

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
return void

ValueAt() public method

public ValueAt ( Period period, int x, int sign = 1 ) : int
period Period
x int
sign int
return int

Property Details

ThingCount public property

public ThingCountClass ThingCount
return ThingCountClass

_texture public property

public Texture2D,UnityEngine _texture
return UnityEngine.Texture2D

label public property

public string label
return string

lineColor public property

public Color lineColor
return Color

pages public property

public Dictionary> pages
return List>.Dictionary

size public property

public int size
return int