Class GltfHdrpMaterialExporter
Converts Unity Materials that use a glTFast Built-In shader to glTF materials
Inheritance
GltfHdrpMaterialExporter
Assembly: glTFast.Export.dll
Syntax
public class GltfHdrpMaterialExporter : GltfShaderGraphMaterialExporter
Methods
GetAlphaMode(Material)
Declaration
protected override MaterialBase.AlphaMode GetAlphaMode(Material material)
Parameters
Returns
Type |
Description |
AlphaMode |
|
IsDoubleSided(Material)
Declaration
protected override bool IsDoubleSided(Material material)
Parameters
Returns