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