C# Class olexlib.DataSource

Show file Open project: olexs/ksp_graphotron

Public Properties

Property Type Description
color Color
data LinkedList
group string
isActive bool
name string

Protected Properties

Property Type Description
graphColors UnityEngine.Color[]
nextColor int

Public Methods

Method Description
clearData ( ) : void
fetchData ( ) : void
getMaxValue ( ) : float
getMinValue ( ) : float
setActive ( bool active ) : void
setNextColor ( ) : void
trimData ( int dataPoints ) : void

Method Details

clearData() public method

public clearData ( ) : void
return void

fetchData() public abstract method

public abstract fetchData ( ) : void
return void

getMaxValue() public method

public getMaxValue ( ) : float
return float

getMinValue() public method

public getMinValue ( ) : float
return float

setActive() public method

public setActive ( bool active ) : void
active bool
return void

setNextColor() public method

public setNextColor ( ) : void
return void

trimData() public method

public trimData ( int dataPoints ) : void
dataPoints int
return void

Property Details

color public property

public Color color
return Color

data public property

public LinkedList data
return LinkedList

graphColors protected static property

protected static Color[],UnityEngine graphColors
return UnityEngine.Color[]

group public property

public string group
return string

isActive public property

public bool isActive
return bool

name public property

public string name
return string

nextColor protected static property

protected static int nextColor
return int