Class ReflectScriptedImporter
Inheritance
ReflectScriptedImporter
Syntax
public abstract class ReflectScriptedImporter : ScriptedImporter
Methods
GetReferencedAsset<T>(String)
Declaration
protected T GetReferencedAsset<T>(string relativePath)
where T : Object
Parameters
Type |
Name |
Description |
String |
relativePath |
|
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