Class SyncObjectScriptedImporter
Inheritance
SyncObjectScriptedImporter
Syntax
public class SyncObjectScriptedImporter : ReflectScriptedImporter, IMaterialCache, IMeshCache
Methods
GetMaterial(String)
Declaration
public Material GetMaterial(string key)
Parameters
Type |
Name |
Description |
String |
key |
|
Returns
Type |
Description |
Material |
|
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
Type |
Name |
Description |
AssetImportContext |
ctx |
|