Struct BakeMaps
Inherited Members
Namespace: UnityEngine.Pixyz.Algo
Syntax
[Serializable]
public struct BakeMaps
Constructors
BakeMaps(BakeMaps)
Declaration
public BakeMaps(BakeMaps o)
Parameters
Type | Name | Description |
---|---|---|
BakeMaps | o |
Fields
ambientOcclusion
Declaration
public bool ambientOcclusion
Field Value
Type | Description |
---|---|
bool |
diffuse
Declaration
public bool diffuse
Field Value
Type | Description |
---|---|
bool |
emissive
Declaration
public bool emissive
Field Value
Type | Description |
---|---|
bool |
metallic
Declaration
public bool metallic
Field Value
Type | Description |
---|---|
bool |
normal
Declaration
public bool normal
Field Value
Type | Description |
---|---|
bool |
opacity
Declaration
public bool opacity
Field Value
Type | Description |
---|---|
bool |
roughness
Declaration
public bool roughness
Field Value
Type | Description |
---|---|
bool |