Class GltfUnlitMaterialExporter
Converts Unity Materials that use the glTFast shader glTF/Unlit
to glTF materials
Implements
Inherited Members
Namespace: GLTFast.Export
Assembly: glTFast.Export.dll
Syntax
public class GltfUnlitMaterialExporter : IMaterialExport
Methods
ConvertMaterial(Material, out Material, IGltfWritable, ICodeLogger)
Declaration
public bool ConvertMaterial(Material unityMaterial, out Schema.Material material, IGltfWritable gltf, ICodeLogger logger)
Parameters
Type | Name | Description |
---|---|---|
Material | unityMaterial | |
Material | material | |
IGltfWritable | gltf | |
ICodeLogger | logger |
Returns
Type | Description |
---|---|
bool |