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(String)
Declaration
public Material GetMaterial(string key)
Parameters
Type |
Name |
Description |
String |
key |
|
Returns
Implements
GetMesh(String)
Declaration
public Mesh GetMesh(string key)
Parameters
Type |
Name |
Description |
String |
key |
|
Returns
Implements
OnImportAsset(AssetImportContext)
Declaration
public override void OnImportAsset(AssetImportContext ctx)
Parameters
Overrides