C# 클래스 UnityEditorInternal.ChartSeries

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
color Color
data float[]
enabled bool
identifierName string
name string
overlayData float[]

공개 메소드들

메소드 설명
ChartSeries ( string name, int len, Color clr ) : System
CreateOverlayData ( ) : void

메소드 상세

ChartSeries() 공개 메소드

public ChartSeries ( string name, int len, Color clr ) : System
name string
len int
clr Color
리턴 System

CreateOverlayData() 공개 메소드

public CreateOverlayData ( ) : void
리턴 void

프로퍼티 상세

color 공개적으로 프로퍼티

public Color color
리턴 Color

data 공개적으로 프로퍼티

public float[] data
리턴 float[]

enabled 공개적으로 프로퍼티

public bool enabled
리턴 bool

identifierName 공개적으로 프로퍼티

public string identifierName
리턴 string

name 공개적으로 프로퍼티

public string name
리턴 string

overlayData 공개적으로 프로퍼티

public float[] overlayData
리턴 float[]