C# Class Unity.SerializationLogic.UnityEngineTypePredicates

Afficher le fichier Open project: CarlosHBC/UnityDecompiled

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
IsMonoBehaviour ( Mono.Cecil.TypeDefinition typeDefinition ) : bool
IsScriptableObject ( Mono.Cecil.TypeDefinition temp ) : bool
UnityEngineTypePredicates ( ) : Mono.Cecil

Method Details

IsColor32() public static méthode

public static IsColor32 ( TypeReference type ) : bool
type Mono.Cecil.TypeReference
Résultat bool

IsGUIStyle() public static méthode

public static IsGUIStyle ( TypeReference type ) : bool
type Mono.Cecil.TypeReference
Résultat bool

IsGradient() public static méthode

public static IsGradient ( TypeReference type ) : bool
type Mono.Cecil.TypeReference
Résultat bool

IsMatrix4x4() public static méthode

public static IsMatrix4x4 ( TypeReference type ) : bool
type Mono.Cecil.TypeReference
Résultat bool

IsMonoBehaviour() public static méthode

public static IsMonoBehaviour ( TypeReference type ) : bool
type Mono.Cecil.TypeReference
Résultat bool

IsRectOffset() public static méthode

public static IsRectOffset ( TypeReference type ) : bool
type Mono.Cecil.TypeReference
Résultat bool

IsScriptableObject() public static méthode

public static IsScriptableObject ( TypeReference type ) : bool
type Mono.Cecil.TypeReference
Résultat bool

IsSerializableUnityStruct() public static méthode

public static IsSerializableUnityStruct ( TypeReference type ) : bool
type Mono.Cecil.TypeReference
Résultat bool

IsSerializeFieldAttribute() public static méthode

public static IsSerializeFieldAttribute ( TypeReference attributeType ) : bool
attributeType Mono.Cecil.TypeReference
Résultat bool

IsUnityEngineObject() public static méthode

public static IsUnityEngineObject ( TypeReference type ) : bool
type Mono.Cecil.TypeReference
Résultat bool

IsUnityEngineValueType() public static méthode

public static IsUnityEngineValueType ( TypeReference type ) : bool
type Mono.Cecil.TypeReference
Résultat bool

ShouldHaveHadSerializableAttribute() public static méthode

public static ShouldHaveHadSerializableAttribute ( TypeReference type ) : bool
type Mono.Cecil.TypeReference
Résultat bool