PBRMaterialInfos
Class
Read time 1 minuteLast updated 8 months ago
Inheritance
- object
- PBRMaterialInfos
Inherited Members
Namespace: UnityEngine.Pixyz.Material
[Serializable]public class PBRMaterialInfos
Constructors
PBRMaterialInfos()
public PBRMaterialInfos()
PBRMaterialInfos(PBRMaterialInfos)
public PBRMaterialInfos(PBRMaterialInfos o)
Parameters
Type | Name | Description |
|---|---|---|
| PBRMaterialInfos | o |
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 |