C# 클래스 Unity.SerializationLogic.UnityEngineTypePredicates

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled

공개 메소드들

메소드 설명
IsColor32 ( TypeReference type ) : bool
IsGUIStyle ( TypeReference type ) : bool
IsGradient ( TypeReference type ) : bool
IsMatrix4x4 ( TypeReference type ) : bool
IsMonoBehaviour ( TypeReference type ) : bool
IsRectOffset ( TypeReference type ) : bool
IsScriptableObject ( TypeReference type ) : bool
IsSerializableUnityStruct ( TypeReference type ) : bool
IsSerializeFieldAttribute ( TypeReference attributeType ) : bool
IsUnityEngineObject ( TypeReference type ) : bool
IsUnityEngineValueType ( TypeReference type ) : bool
ShouldHaveHadSerializableAttribute ( TypeReference type ) : bool

비공개 메소드들

메소드 설명
IsMonoBehaviour ( Mono.Cecil.TypeDefinition typeDefinition ) : bool
IsScriptableObject ( Mono.Cecil.TypeDefinition temp ) : bool
UnityEngineTypePredicates ( ) : Mono.Cecil

메소드 상세

IsColor32() 공개 정적인 메소드

public static IsColor32 ( TypeReference type ) : bool
type Mono.Cecil.TypeReference
리턴 bool

IsGUIStyle() 공개 정적인 메소드

public static IsGUIStyle ( TypeReference type ) : bool
type Mono.Cecil.TypeReference
리턴 bool

IsGradient() 공개 정적인 메소드

public static IsGradient ( TypeReference type ) : bool
type Mono.Cecil.TypeReference
리턴 bool

IsMatrix4x4() 공개 정적인 메소드

public static IsMatrix4x4 ( TypeReference type ) : bool
type Mono.Cecil.TypeReference
리턴 bool

IsMonoBehaviour() 공개 정적인 메소드

public static IsMonoBehaviour ( TypeReference type ) : bool
type Mono.Cecil.TypeReference
리턴 bool

IsRectOffset() 공개 정적인 메소드

public static IsRectOffset ( TypeReference type ) : bool
type Mono.Cecil.TypeReference
리턴 bool

IsScriptableObject() 공개 정적인 메소드

public static IsScriptableObject ( TypeReference type ) : bool
type Mono.Cecil.TypeReference
리턴 bool

IsSerializableUnityStruct() 공개 정적인 메소드

public static IsSerializableUnityStruct ( TypeReference type ) : bool
type Mono.Cecil.TypeReference
리턴 bool

IsSerializeFieldAttribute() 공개 정적인 메소드

public static IsSerializeFieldAttribute ( TypeReference attributeType ) : bool
attributeType Mono.Cecil.TypeReference
리턴 bool

IsUnityEngineObject() 공개 정적인 메소드

public static IsUnityEngineObject ( TypeReference type ) : bool
type Mono.Cecil.TypeReference
리턴 bool

IsUnityEngineValueType() 공개 정적인 메소드

public static IsUnityEngineValueType ( TypeReference type ) : bool
type Mono.Cecil.TypeReference
리턴 bool

ShouldHaveHadSerializableAttribute() 공개 정적인 메소드

public static ShouldHaveHadSerializableAttribute ( TypeReference type ) : bool
type Mono.Cecil.TypeReference
리턴 bool