C# Class UnityEditor.Graphs.TypeSelector

Mostra file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
selectedType System.Type
selectedTypeKind TypeKind

Private Properties

Property Type Description
DoOtherEditing bool
DoTypeClear bool
DoTypeSelector bool
FindType System.Type
GenericTypeSelectorCommonTypes string[]
Init void
ShowError void

Public Methods

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

Private Methods

Method Description
DoOtherEditing ( ) : bool
DoTypeClear ( ) : bool
DoTypeSelector ( ) : bool
FindType ( string typeName ) : Type
GenericTypeSelectorCommonTypes ( ) : string[]
Init ( string types, bool onlyComponents ) : void
ShowError ( string shownError ) : void

Method Details

DoGUI() public method

public DoGUI ( ) : bool
return bool

DoTypeKindGUI() public method

public DoTypeKindGUI ( ) : bool
return bool

DotNetTypeNiceName() public static method

public static DotNetTypeNiceName ( System t ) : string
t System
return string

GetBaseType() public static method

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

GetFinalType() public static method

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

GetTypeKind() public static method

public static GetTypeKind ( System dataType ) : TypeKind
dataType System
return TypeKind

TypeSelector() public method

public TypeSelector ( ) : System
return System

TypeSelector() public method

public TypeSelector ( bool onlyComponents ) : System
onlyComponents bool
return System

TypeSelector() public method

public TypeSelector ( string types ) : System
types string
return System

Property Details

selectedType public_oe property

public Type,System selectedType
return System.Type

selectedTypeKind public_oe property

public TypeKind selectedTypeKind
return TypeKind