C# Class UnityEditorInternal.ChartData

显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
chartOrder int[]
charts UnityEditorInternal.ChartSeries[]
firstFrame int
firstSelectableFrame int
grid float[]
gridLabels string[]
hasOverlay bool
maxValue float
scale float[]
selectedLabels string[]

Public Methods

Method Description
Assign ( ChartSeries items, int firstFrame, int firstSelectableFrame ) : void
AssignScale ( float scale ) : void
SetGrid ( float grid, string labels ) : void

Method Details

Assign() public method

public Assign ( ChartSeries items, int firstFrame, int firstSelectableFrame ) : void
items ChartSeries
firstFrame int
firstSelectableFrame int
return void

AssignScale() public method

public AssignScale ( float scale ) : void
scale float
return void

SetGrid() public method

public SetGrid ( float grid, string labels ) : void
grid float
labels string
return void

Property Details

chartOrder public_oe property

public int[] chartOrder
return int[]

charts public_oe property

public ChartSeries[],UnityEditorInternal charts
return UnityEditorInternal.ChartSeries[]

firstFrame public_oe property

public int firstFrame
return int

firstSelectableFrame public_oe property

public int firstSelectableFrame
return int

grid public_oe property

public float[] grid
return float[]

gridLabels public_oe property

public string[] gridLabels
return string[]

hasOverlay public_oe property

public bool hasOverlay
return bool

maxValue public_oe property

public float maxValue
return float

scale public_oe property

public float[] scale
return float[]

selectedLabels public_oe property

public string[] selectedLabels
return string[]