C# 클래스 ParamEditor, isoAbbeyTFG

파일 보기 프로젝트 열기: nvidiosin/isoAbbeyTFG 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

editorFor() 공개 정적인 메소드

public static editorFor ( string label, object v ) : object
label string
v object
리턴 object

editorFor() 공개 정적인 메소드

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

editorFor() 공개 정적인 메소드

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

editorFor() 공개 정적인 메소드

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

editorFor() 공개 정적인 메소드

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