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