C# 클래스 AudioCurveWrapper, VimConfig

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

공개 프로퍼티들

프로퍼티 타입 설명
color Color,
curveProp SerializedProperty
id int
legend GUIContent,
rangeMax float
rangeMin float
type AudioSourceInspector.AudioCurveType

공개 메소드들

메소드 설명
AudioCurveWrapper ( AudioSourceInspector type, string legend, int id, Color, color, SerializedProperty curveProp, float rangeMin, float rangeMax )

메소드 상세

AudioCurveWrapper() 공개 메소드

public AudioCurveWrapper ( AudioSourceInspector type, string legend, int id, Color, color, SerializedProperty curveProp, float rangeMin, float rangeMax )
type AudioSourceInspector
legend string
id int
color Color,
curveProp SerializedProperty
rangeMin float
rangeMax float

프로퍼티 상세

color 공개적으로 프로퍼티

public Color, color
리턴 Color,

curveProp 공개적으로 프로퍼티

public SerializedProperty curveProp
리턴 SerializedProperty

id 공개적으로 프로퍼티

public int id
리턴 int

legend 공개적으로 프로퍼티

public GUIContent, legend
리턴 GUIContent,

rangeMax 공개적으로 프로퍼티

public float rangeMax
리턴 float

rangeMin 공개적으로 프로퍼티

public float rangeMin
리턴 float

type 공개적으로 프로퍼티

public AudioSourceInspector.AudioCurveType type
리턴 AudioSourceInspector.AudioCurveType