C# Class AudioCurveWrapper, VimConfig

Show file Open project: randomize/VimConfig Class Usage Examples

Public Properties

Property Type Description
color Color,
curveProp SerializedProperty
id int
legend GUIContent,
rangeMax float
rangeMin float
type AudioSourceInspector.AudioCurveType

Public Methods

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

Method Details

AudioCurveWrapper() public method

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

Property Details

color public property

public Color, color
return Color,

curveProp public property

public SerializedProperty curveProp
return SerializedProperty

id public property

public int id
return int

legend public property

public GUIContent, legend
return GUIContent,

rangeMax public property

public float rangeMax
return float

rangeMin public property

public float rangeMin
return float

type public property

public AudioSourceInspector.AudioCurveType type
return AudioSourceInspector.AudioCurveType