Show / Hide Table of Contents

Class ScriptedImporterAttribute

Inheritance
Object
Attribute
ScriptedImporterAttribute
Implements
_Attribute
Inherited Members
Attribute.GetCustomAttributes(MemberInfo, Type)
Attribute.GetCustomAttributes(MemberInfo, Type, Boolean)
Attribute.GetCustomAttributes(MemberInfo)
Attribute.GetCustomAttributes(MemberInfo, Boolean)
Attribute.IsDefined(MemberInfo, Type)
Attribute.IsDefined(MemberInfo, Type, Boolean)
Attribute.GetCustomAttribute(MemberInfo, Type)
Attribute.GetCustomAttribute(MemberInfo, Type, Boolean)
Attribute.GetCustomAttributes(ParameterInfo)
Attribute.GetCustomAttributes(ParameterInfo, Type)
Attribute.GetCustomAttributes(ParameterInfo, Type, Boolean)
Attribute.GetCustomAttributes(ParameterInfo, Boolean)
Attribute.IsDefined(ParameterInfo, Type)
Attribute.IsDefined(ParameterInfo, Type, Boolean)
Attribute.GetCustomAttribute(ParameterInfo, Type)
Attribute.GetCustomAttribute(ParameterInfo, Type, Boolean)
Attribute.GetCustomAttributes(Module, Type)
Attribute.GetCustomAttributes(Module)
Attribute.GetCustomAttributes(Module, Boolean)
Attribute.GetCustomAttributes(Module, Type, Boolean)
Attribute.IsDefined(Module, Type)
Attribute.IsDefined(Module, Type, Boolean)
Attribute.GetCustomAttribute(Module, Type)
Attribute.GetCustomAttribute(Module, Type, Boolean)
Attribute.GetCustomAttributes(Assembly, Type)
Attribute.GetCustomAttributes(Assembly, Type, Boolean)
Attribute.GetCustomAttributes(Assembly)
Attribute.GetCustomAttributes(Assembly, Boolean)
Attribute.IsDefined(Assembly, Type)
Attribute.IsDefined(Assembly, Type, Boolean)
Attribute.GetCustomAttribute(Assembly, Type)
Attribute.GetCustomAttribute(Assembly, Type, Boolean)
Attribute.Equals(Object)
Attribute.GetHashCode()
Attribute.Match(Object)
Attribute.IsDefaultAttribute()
Attribute._Attribute.GetTypeInfoCount(UInt32)
Attribute._Attribute.GetTypeInfo(UInt32, UInt32, IntPtr)
Attribute._Attribute.GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr)
Attribute._Attribute.Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr)
Attribute.TypeId
Object.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor.Experimental.AssetImporters
Assembly: UnityEditor.dll
Syntax
[AttributeUsage(AttributeTargets.Class, Inherited = false)]
public class ScriptedImporterAttribute : Attribute, _Attribute

Constructors

| Improve this Doc View Source

ScriptedImporterAttribute(Int32, String)

Declaration
public ScriptedImporterAttribute(int version, string ext)
Parameters
Type Name Description
Int32 version
String ext
| Improve this Doc View Source

ScriptedImporterAttribute(Int32, String, Int32)

Declaration
public ScriptedImporterAttribute(int version, string ext, int importQueueOffset)
Parameters
Type Name Description
Int32 version
String ext
Int32 importQueueOffset
| Improve this Doc View Source

ScriptedImporterAttribute(Int32, String[])

Declaration
public ScriptedImporterAttribute(int version, string[] exts)
Parameters
Type Name Description
Int32 version
String[] exts
| Improve this Doc View Source

ScriptedImporterAttribute(Int32, String[], Int32)

Declaration
public ScriptedImporterAttribute(int version, string[] exts, int importQueueOffset)
Parameters
Type Name Description
Int32 version
String[] exts
Int32 importQueueOffset

Properties

| Improve this Doc View Source

fileExtensions

Declaration
public string[] fileExtensions { get; }
Property Value
Type Description
String[]
| Improve this Doc View Source

importQueuePriority

Declaration
public int importQueuePriority { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

version

Declaration
public int version { get; }
Property Value
Type Description
Int32

Implements

System.Runtime.InteropServices._Attribute

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX