C# 클래스 UnityEditor.Graphs.SerializedType

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

공개 메소드들

메소드 설명
CanAssignFromGenericType ( string serializedTypeString, Type t ) : bool
FromString ( string serializedTypeString ) : Type
GenericType ( Type t ) : Type
GetFullName ( Type t ) : string
IsBaseTypeGeneric ( string serializedTypeString ) : bool
IsGeneric ( string serializedTypeString ) : bool
IsListType ( Type t ) : bool
ResetGenericArgumentType ( string serializedTypeString ) : string
SetGenericArgumentType ( string serializedTypeString, Type type ) : string
ToString ( Type t ) : string

비공개 메소드들

메소드 설명
FromString ( SerializedTypeData data ) : Type
SafeTypeName ( Type type ) : string
SplitTypeString ( string serializedTypeString ) : SerializedTypeData
StripAllFromTypeNameString ( string str, string toStrip ) : string
StripTypeNameString ( string str, int index ) : string
ToShortTypeName ( Type t ) : string
ToString ( SerializedTypeData data ) : string

메소드 상세

CanAssignFromGenericType() 공개 정적인 메소드

public static CanAssignFromGenericType ( string serializedTypeString, Type t ) : bool
serializedTypeString string
t System.Type
리턴 bool

FromString() 공개 정적인 메소드

public static FromString ( string serializedTypeString ) : Type
serializedTypeString string
리턴 System.Type

GenericType() 공개 정적인 메소드

public static GenericType ( Type t ) : Type
t System.Type
리턴 System.Type

GetFullName() 공개 정적인 메소드

public static GetFullName ( Type t ) : string
t System.Type
리턴 string

IsBaseTypeGeneric() 공개 정적인 메소드

public static IsBaseTypeGeneric ( string serializedTypeString ) : bool
serializedTypeString string
리턴 bool

IsGeneric() 공개 정적인 메소드

public static IsGeneric ( string serializedTypeString ) : bool
serializedTypeString string
리턴 bool

IsListType() 공개 정적인 메소드

public static IsListType ( Type t ) : bool
t System.Type
리턴 bool

ResetGenericArgumentType() 공개 정적인 메소드

public static ResetGenericArgumentType ( string serializedTypeString ) : string
serializedTypeString string
리턴 string

SetGenericArgumentType() 공개 정적인 메소드

public static SetGenericArgumentType ( string serializedTypeString, Type type ) : string
serializedTypeString string
type System.Type
리턴 string

ToString() 공개 정적인 메소드

public static ToString ( Type t ) : string
t System.Type
리턴 string