C# Class olexlib.DataSource

Mostrar archivo 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_oe property

public Color color
return Color

data public_oe property

public LinkedList data
return LinkedList

graphColors protected_oe static_oe property

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

group public_oe property

public string group
return string

isActive public_oe property

public bool isActive
return bool

name public_oe property

public string name
return string

nextColor protected_oe static_oe property

protected static int nextColor
return int