C# 클래스 FluffyManager.History.Chapter

상속: IExposable
파일 보기 프로젝트 열기: FluffierThanThou/RW_Manager

공개 프로퍼티들

프로퍼티 타입 설명
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