C# Class ParamEditor, isoAbbeyTFG

Exibir arquivo Open project: nvidiosin/isoAbbeyTFG Class Usage Examples

Public Methods

Method 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 method

public static editorFor ( string label, object v ) : object
label string
v object
return object

editorFor() public static method

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

editorFor() public static method

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

editorFor() public static method

public static editorFor ( string label, object v, bool allowUnityObject ) : object
label string
v object
allowUnityObject bool
return object

editorFor() public static method

public static editorFor ( string label, object v, bool allowUnityObject, bool fixedType ) : object
label string
v object
allowUnityObject bool
fixedType bool
return object