Class SyncObjectScriptedImporter
Inheritance
SyncObjectScriptedImporter
Inherited Members
UnityEditor.AssetImporter.AddRemap(UnityEditor.AssetImporter.SourceAssetIdentifier, UnityEngine.Object)
UnityEditor.AssetImporter.RemoveRemap(UnityEditor.AssetImporter.SourceAssetIdentifier)
UnityEditor.AssetImporter.assetTimeStamp
Syntax
[ScriptedImporter(1, "SyncObject", 2)]
public class SyncObjectScriptedImporter : ReflectScriptedImporter, IMaterialCache, IMeshCache
Methods
GetMaterial(StreamKey)
Declaration
public Material GetMaterial(StreamKey id)
Parameters
Returns
Implements
GetMesh(StreamKey)
Declaration
public Mesh GetMesh(StreamKey id)
Parameters
Returns
Implements
OnImportAsset(AssetImportContext)
Declaration
public override void OnImportAsset(AssetImportContext ctx)
Parameters
Overrides