C# Class ParamEditor, isoAbbeyTFG

Afficher le fichier Open project: nvidiosin/isoAbbeyTFG Class Usage Examples

Méthodes publiques

Méthode Description
editorFor ( string label, object v ) : object
editorFor ( string label, object v, ParamEditor.ParamType>.Dictionary typesAccepted ) : object
editorFor ( string label, object v, ParamEditor.ParamType>.Dictionary typesAccepted, bool fixedType ) : object
editorFor ( string label, object v, bool allowUnityObject ) : object
editorFor ( string label, object v, bool allowUnityObject, bool fixedType ) : object

Method Details

editorFor() public static méthode

public static editorFor ( string label, object v ) : object
label string
v object
Résultat object

editorFor() public static méthode

public static editorFor ( string label, object v, ParamEditor.ParamType>.Dictionary typesAccepted ) : object
label string
v object
typesAccepted ParamEditor.ParamType>.Dictionary
Résultat object

editorFor() public static méthode

public static editorFor ( string label, object v, ParamEditor.ParamType>.Dictionary typesAccepted, bool fixedType ) : object
label string
v object
typesAccepted ParamEditor.ParamType>.Dictionary
fixedType bool
Résultat object

editorFor() public static méthode

public static editorFor ( string label, object v, bool allowUnityObject ) : object
label string
v object
allowUnityObject bool
Résultat object

editorFor() public static méthode

public static editorFor ( string label, object v, bool allowUnityObject, bool fixedType ) : object
label string
v object
allowUnityObject bool
fixedType bool
Résultat object