Class SyncPrefabScriptedImporter
Inheritance
SyncPrefabScriptedImporter
Inherited Members
UnityEditor.AssetImporter.AddRemap(UnityEditor.AssetImporter.SourceAssetIdentifier, UnityEngine.Object)
UnityEditor.AssetImporter.RemoveRemap(UnityEditor.AssetImporter.SourceAssetIdentifier)
UnityEditor.AssetImporter.assetTimeStamp
Namespace: UnityEditor.Reflect
Syntax
[ScriptedImporter(1, "SyncPrefab", 3)]
public class SyncPrefabScriptedImporter : ReflectScriptedImporter, IObjectCache
Methods
CreateInstance(String)
Declaration
public SyncObjectBinding CreateInstance(string key)
Parameters
Type | Name | Description |
---|---|---|
String | key |
Returns
Type | Description |
---|---|
SyncObjectBinding |
Implements
OnImportAsset(AssetImportContext)
Declaration
public override void OnImportAsset(AssetImportContext ctx)
Parameters
Type | Name | Description |
---|---|---|
AssetImportContext | ctx |