Class SampleMaterialConverter
Inheritance
SampleMaterialConverter
Syntax
[Serializable]
public class SampleMaterialConverter : IReflectMaterialConverter
Properties
DefaultMaterial
Declaration
public Material DefaultMaterial { get; }
Property Value
Implements
IsAvailable
Declaration
public bool IsAvailable { get; }
Property Value
Implements
Name
Declaration
public string Name { get; }
Property Value
Implements
Methods
ConstructMaterial(SyncedData<SyncMaterial>, ITextureCache)
Declaration
public Material ConstructMaterial(SyncedData<SyncMaterial> syncMaterial, ITextureCache textureCache)
Parameters
Returns
Implements