C# Class MGShaderEditor.UIFloatParam

UI Parameter for .fx float
Inheritance: UIbaseParam
Afficher le fichier Open project: procfxgen/MGShaderEditor Class Usage Examples

Méthodes publiques

Méthode Description
FromString ( string _inputs, string _value ) : UIFloatParam
UIFloatParam ( float _min, float _max ) : System.Globalization

Method Details

FromString() public static méthode

public static FromString ( string _inputs, string _value ) : UIFloatParam
_inputs string
_value string
Résultat UIFloatParam

UIFloatParam() public méthode

public UIFloatParam ( float _min, float _max ) : System.Globalization
_min float
_max float
Résultat System.Globalization