C# 클래스 UnityEditor.Graphs.TypeSelector

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

공개 프로퍼티들

프로퍼티 타입 설명
selectedType System.Type
selectedTypeKind TypeKind

Private Properties

프로퍼티 타입 설명
DoOtherEditing bool
DoTypeClear bool
DoTypeSelector bool
FindType System.Type
GenericTypeSelectorCommonTypes string[]
Init void
ShowError void

공개 메소드들

메소드 설명
DoGUI ( ) : bool
DoTypeKindGUI ( ) : bool
DotNetTypeNiceName ( System t ) : string
GetBaseType ( TypeKind typeKind, System finalType ) : Type
GetFinalType ( TypeKind typeKind, System baseType ) : Type
GetTypeKind ( System dataType ) : TypeKind
TypeSelector ( ) : System
TypeSelector ( bool onlyComponents ) : System
TypeSelector ( string types ) : System

비공개 메소드들

메소드 설명
DoOtherEditing ( ) : bool
DoTypeClear ( ) : bool
DoTypeSelector ( ) : bool
FindType ( string typeName ) : Type
GenericTypeSelectorCommonTypes ( ) : string[]
Init ( string types, bool onlyComponents ) : void
ShowError ( string shownError ) : void

메소드 상세

DoGUI() 공개 메소드

public DoGUI ( ) : bool
리턴 bool

DoTypeKindGUI() 공개 메소드

public DoTypeKindGUI ( ) : bool
리턴 bool

DotNetTypeNiceName() 공개 정적인 메소드

public static DotNetTypeNiceName ( System t ) : string
t System
리턴 string

GetBaseType() 공개 정적인 메소드

public static GetBaseType ( TypeKind typeKind, System finalType ) : Type
typeKind TypeKind
finalType System
리턴 System.Type

GetFinalType() 공개 정적인 메소드

public static GetFinalType ( TypeKind typeKind, System baseType ) : Type
typeKind TypeKind
baseType System
리턴 System.Type

GetTypeKind() 공개 정적인 메소드

public static GetTypeKind ( System dataType ) : TypeKind
dataType System
리턴 TypeKind

TypeSelector() 공개 메소드

public TypeSelector ( ) : System
리턴 System

TypeSelector() 공개 메소드

public TypeSelector ( bool onlyComponents ) : System
onlyComponents bool
리턴 System

TypeSelector() 공개 메소드

public TypeSelector ( string types ) : System
types string
리턴 System

프로퍼티 상세

selectedType 공개적으로 프로퍼티

public Type,System selectedType
리턴 System.Type

selectedTypeKind 공개적으로 프로퍼티

public TypeKind selectedTypeKind
리턴 TypeKind