Class IESImporter
Common class use to share code between implementation of IES Importeres
Inherited Members
AssetImporter.AddRemap(AssetImporter.SourceAssetIdentifier, Object)
AssetImporter.RemoveRemap(AssetImporter.SourceAssetIdentifier)
AssetImporter.assetTimeStamp
Object.GetHashCode()
Object.Instantiate<T>(T)
Object.Instantiate<T>(T, Vector3, Quaternion)
Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
Object.Instantiate<T>(T, Transform)
Object.DestroyObject(Object)
Object.FindObjectsOfType<T>()
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindObjectOfType<T>()
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Namespace: UnityEditor.Rendering
Assembly: Unity.RenderPipelines.Core.Editor.dll
Syntax
[Serializable]
[ScriptedImporter(2, "ies")]
public class IESImporter : ScriptedImporter
Fields
Name | Description |
---|---|
engine | IES Engine |
iesMetaData | IES Meta data stored in the ies file |
Methods
Name | Description |
---|---|
OnImportAsset(AssetImportContext) | Common method performing the import of the asset |
Events
Name | Description |
---|---|
createRenderPipelinePrefabLight | Delegate prototype which will be sent by the pipeline implementation of the IES Importer Must be initialized during the creation of the SRP |