C# Class AudioCurveWrapper, VimConfig

Mostra 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_oe property

public Color, color
return Color,

curveProp public_oe property

public SerializedProperty curveProp
return SerializedProperty

id public_oe property

public int id
return int

legend public_oe property

public GUIContent, legend
return GUIContent,

rangeMax public_oe property

public float rangeMax
return float

rangeMin public_oe property

public float rangeMin
return float

type public_oe property

public AudioSourceInspector.AudioCurveType type
return AudioSourceInspector.AudioCurveType