Class ReflectScriptedImporter
Inheritance
ReflectScriptedImporter
Inherited Members
UnityEditor.AssetImporter.AddRemap(UnityEditor.AssetImporter.SourceAssetIdentifier, UnityEngine.Object)
UnityEditor.AssetImporter.RemoveRemap(UnityEditor.AssetImporter.SourceAssetIdentifier)
UnityEditor.AssetImporter.assetTimeStamp
Syntax
public abstract class ReflectScriptedImporter : ScriptedImporter
Methods
GetReferencedAsset<T>(String)
Declaration
protected T GetReferencedAsset<T>(string path)
where T : Object
Parameters
Type |
Name |
Description |
String |
path |
|
Returns
Type Parameters
GetReferencedAssetPath(String, String, String)
Declaration
protected static string GetReferencedAssetPath(string assetName, string assetPath, string relativePath)
Parameters
Returns
Init(String)
Declaration
protected void Init(string assetName)
Parameters
Type |
Name |
Description |
String |
assetName |
|
SanitizeName(String)
Declaration
protected static string SanitizeName(string name)
Parameters
Type |
Name |
Description |
String |
name |
|
Returns