C# 클래스 olexlib.DataSource

파일 보기 프로젝트 열기: olexs/ksp_graphotron

공개 프로퍼티들

프로퍼티 타입 설명
color Color
data LinkedList
group string
isActive bool
name string

보호된 프로퍼티들

프로퍼티 타입 설명
graphColors UnityEngine.Color[]
nextColor int

공개 메소드들

메소드 설명
clearData ( ) : void
fetchData ( ) : void
getMaxValue ( ) : float
getMinValue ( ) : float
setActive ( bool active ) : void
setNextColor ( ) : void
trimData ( int dataPoints ) : void

메소드 상세

clearData() 공개 메소드

public clearData ( ) : void
리턴 void

fetchData() 공개 추상적인 메소드

public abstract fetchData ( ) : void
리턴 void

getMaxValue() 공개 메소드

public getMaxValue ( ) : float
리턴 float

getMinValue() 공개 메소드

public getMinValue ( ) : float
리턴 float

setActive() 공개 메소드

public setActive ( bool active ) : void
active bool
리턴 void

setNextColor() 공개 메소드

public setNextColor ( ) : void
리턴 void

trimData() 공개 메소드

public trimData ( int dataPoints ) : void
dataPoints int
리턴 void

프로퍼티 상세

color 공개적으로 프로퍼티

public Color color
리턴 Color

data 공개적으로 프로퍼티

public LinkedList data
리턴 LinkedList

graphColors 보호되어 있는 정적으로 프로퍼티

protected static Color[],UnityEngine graphColors
리턴 UnityEngine.Color[]

group 공개적으로 프로퍼티

public string group
리턴 string

isActive 공개적으로 프로퍼티

public bool isActive
리턴 bool

name 공개적으로 프로퍼티

public string name
리턴 string

nextColor 보호되어 있는 정적으로 프로퍼티

protected static int nextColor
리턴 int