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