Class EngineTypePredicates
Inheritance
System.Object
EngineTypePredicates
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: AssetRipper.SerializationLogic.dll
Syntax
public class EngineTypePredicates
Fields
|
Improve this Doc
View Source
Color32
Declaration
protected const string Color32 = "UnityEngine.Color32"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Matrix4x4
Declaration
protected const string Matrix4x4 = "UnityEngine.Matrix4x4"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
MonoBehaviour
Declaration
public const string MonoBehaviour = "MonoBehaviour"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
MonoBehaviourFullName
Declaration
public const string MonoBehaviourFullName = "UnityEngine.MonoBehaviour"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ScriptableObject
Declaration
public const string ScriptableObject = "ScriptableObject"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ScriptableObjectFullName
Declaration
public const string ScriptableObjectFullName = "UnityEngine.ScriptableObject"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
UnityEngineNamespace
Declaration
public const string UnityEngineNamespace = "UnityEngine"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
UnityEngineObject
Declaration
protected const string UnityEngineObject = "UnityEngine.Object"
Field Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
IsColor32(ITypeDescriptor)
Declaration
public static bool IsColor32(ITypeDescriptor type)
Parameters
Type |
Name |
Description |
ITypeDescriptor |
type |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsGradient(ITypeDescriptor)
Declaration
public static bool IsGradient(ITypeDescriptor type)
Parameters
Type |
Name |
Description |
ITypeDescriptor |
type |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsGUIStyle(ITypeDescriptor)
Declaration
public static bool IsGUIStyle(ITypeDescriptor type)
Parameters
Type |
Name |
Description |
ITypeDescriptor |
type |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsMatrix4x4(ITypeDescriptor)
Declaration
public static bool IsMatrix4x4(ITypeDescriptor type)
Parameters
Type |
Name |
Description |
ITypeDescriptor |
type |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsMonoBehaviour(ITypeDescriptor)
Declaration
public static bool IsMonoBehaviour(ITypeDescriptor type)
Parameters
Type |
Name |
Description |
ITypeDescriptor |
type |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsRectOffset(ITypeDescriptor)
Declaration
public static bool IsRectOffset(ITypeDescriptor type)
Parameters
Type |
Name |
Description |
ITypeDescriptor |
type |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsScriptableObject(ITypeDescriptor)
Declaration
public static bool IsScriptableObject(ITypeDescriptor type)
Parameters
Type |
Name |
Description |
ITypeDescriptor |
type |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsSerializableUnityClass(ITypeDescriptor)
Declaration
public static bool IsSerializableUnityClass(ITypeDescriptor type)
Parameters
Type |
Name |
Description |
ITypeDescriptor |
type |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsSerializableUnityStruct(ITypeDescriptor)
Declaration
public static bool IsSerializableUnityStruct(ITypeDescriptor type)
Parameters
Type |
Name |
Description |
ITypeDescriptor |
type |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsSerializeFieldAttribute(ITypeDescriptor)
Declaration
public static bool IsSerializeFieldAttribute(ITypeDescriptor attributeType)
Parameters
Type |
Name |
Description |
ITypeDescriptor |
attributeType |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsSerializeReferenceAttribute(ITypeDescriptor)
Declaration
public static bool IsSerializeReferenceAttribute(ITypeDescriptor attributeType)
Parameters
Type |
Name |
Description |
ITypeDescriptor |
attributeType |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsUnityEngineObject(ITypeDescriptor)
Declaration
public static bool IsUnityEngineObject(ITypeDescriptor type)
Parameters
Type |
Name |
Description |
ITypeDescriptor |
type |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsUnityEngineValueType(ITypeDescriptor)
Declaration
public static bool IsUnityEngineValueType(ITypeDescriptor type)
Parameters
Type |
Name |
Description |
ITypeDescriptor |
type |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShouldHaveHadSerializableAttribute(ITypeDescriptor)
Declaration
public static bool ShouldHaveHadSerializableAttribute(ITypeDescriptor type)
Parameters
Type |
Name |
Description |
ITypeDescriptor |
type |
|
Returns
Type |
Description |
System.Boolean |
|