C# Class UnityEditor.VFX.UI.IntPropertyRM

Inheritance: IntegerPropertyRM
Afficher le fichier Open project: fand/vfx-graph-study

Méthodes publiques

Méthode Description
FilterValue ( Vector2 range, value ) : int
IntPropertyRM ( IPropertyRMProvider controller, float labelWidth ) : UnityEngine

Méthodes protégées

Méthode Description
CreateSimpleField ( TextValueField &textField ) : INotifyValueChanged
CreateSliderField ( UnityEditor.VFX.UI.VFXBaseSliderField &slider ) : INotifyValueChanged
RangeShouldCreateSlider ( Vector2 range ) : bool

Method Details

CreateSimpleField() protected méthode

protected CreateSimpleField ( TextValueField &textField ) : INotifyValueChanged
textField TextValueField
Résultat INotifyValueChanged

CreateSliderField() protected méthode

protected CreateSliderField ( UnityEditor.VFX.UI.VFXBaseSliderField &slider ) : INotifyValueChanged
slider UnityEditor.VFX.UI.VFXBaseSliderField
Résultat INotifyValueChanged

FilterValue() public méthode

public FilterValue ( Vector2 range, value ) : int
range Vector2
Résultat int

IntPropertyRM() public méthode

public IntPropertyRM ( IPropertyRMProvider controller, float labelWidth ) : UnityEngine
controller IPropertyRMProvider
labelWidth float
Résultat UnityEngine

RangeShouldCreateSlider() protected méthode

protected RangeShouldCreateSlider ( Vector2 range ) : bool
range Vector2
Résultat bool