Documentation

Support

Asset Transformer SDK


User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK

PBRMaterialInfos

Class
Read time 1 minuteLast updated a day ago

Inheritance
Inherited Members
Namespace: UnityEngine.Pixyz.Material
[Serializable]public class PBRMaterialInfos

Constructors

PBRMaterialInfos()

public PBRMaterialInfos()

PBRMaterialInfos(PBRMaterialInfos)

public PBRMaterialInfos(PBRMaterialInfos o)
Parameters

Type

Name

Description

PBRMaterialInfoso

Fields

name

public string name
Returns

Type

Description

string

albedo

public ColorOrTexture albedo
Returns

Type

Description

ColorOrTexture

normal

public ColorOrTexture normal
Returns

Type

Description

ColorOrTexture

metallic

public CoeffOrTexture metallic
Returns

Type

Description

CoeffOrTexture

roughness

public CoeffOrTexture roughness
Returns

Type

Description

CoeffOrTexture

ao

public CoeffOrTexture ao
Returns

Type

Description

CoeffOrTexture

opacity

public CoeffOrTexture opacity
Returns

Type

Description

CoeffOrTexture