Class SyncMaterialImporter
Inheritance
SyncMaterialImporter
Syntax
public class SyncMaterialImporter : RuntimeImporter<SyncMaterial, Material>
Methods
Clear(Material)
Declaration
protected override void Clear(Material material)
Parameters
Overrides
UnityEngine.Reflect.RuntimeImporter<SyncMaterial, UnityEngine.Material>.Clear(UnityEngine.Material)
CreateNew(SyncMaterial, Object)
Declaration
public override Material CreateNew(SyncMaterial syncMaterial, object settings = null)
Parameters
Type |
Name |
Description |
SyncMaterial |
syncMaterial |
|
Object |
settings |
|
Returns
Overrides
UnityEngine.Reflect.RuntimeImporter<SyncMaterial, UnityEngine.Material>.CreateNew(SyncMaterial, System.Object)
ImportInternal(SyncMaterial, Material, Object)
Declaration
protected override void ImportInternal(SyncMaterial syncMaterial, Material material, object settings)
Parameters
Type |
Name |
Description |
SyncMaterial |
syncMaterial |
|
Material |
material |
|
Object |
settings |
|
Overrides
UnityEngine.Reflect.RuntimeImporter<SyncMaterial, UnityEngine.Material>.ImportInternal(SyncMaterial, UnityEngine.Material, System.Object)