C# Class UnityEditor.Graphs.EnumTypeConverter

Inheritance: GraphsTypeConverter
ファイルを表示 Open project: CarlosHBC/UnityDecompiled

Public Methods

Method Description
ConvertFrom ( ITypeDescriptorContext context, CultureInfo culture, object value ) : object
ConvertTo ( ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType ) : object
EnumTypeConverter ( Type type ) : System
IsValid ( ITypeDescriptorContext context, object value ) : bool

Method Details

ConvertFrom() public method

public ConvertFrom ( ITypeDescriptorContext context, CultureInfo culture, object value ) : object
context ITypeDescriptorContext
culture System.Globalization.CultureInfo
value object
return object

ConvertTo() public method

public ConvertTo ( ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType ) : object
context ITypeDescriptorContext
culture System.Globalization.CultureInfo
value object
destinationType System.Type
return object

EnumTypeConverter() public method

public EnumTypeConverter ( Type type ) : System
type System.Type
return System

IsValid() public method

public IsValid ( ITypeDescriptorContext context, object value ) : bool
context ITypeDescriptorContext
value object
return bool