ImpostorMaterialInfos
Class
Read time 1 minuteLast updated 8 months ago
Inheritance
- object
- ImpostorMaterialInfos
Inherited Members
Namespace: UnityEngine.Pixyz.Material
[Serializable]public class ImpostorMaterialInfos
Constructors
ImpostorMaterialInfos()
public ImpostorMaterialInfos()
ImpostorMaterialInfos(ImpostorMaterialInfos)
public ImpostorMaterialInfos(ImpostorMaterialInfos o)
Parameters
Type | Name | Description |
|---|---|---|
| ImpostorMaterialInfos | 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 |
roughness
public CoeffOrTexture roughness
Returns
Type | Description |
|---|---|
| CoeffOrTexture |
ao
public CoeffOrTexture ao
Returns
Type | Description |
|---|---|
| CoeffOrTexture |
depth
public CoeffOrTexture depth
Returns
Type | Description |
|---|---|
| CoeffOrTexture |
nbFrames
public int nbFrames
Returns
Type | Description |
|---|---|
| int |
fullOcta
public bool fullOcta
Returns
Type | Description |
|---|---|
| bool |
octaDiameter
public double octaDiameter
Returns
Type | Description |
|---|---|
| double |
linearSteps
public int linearSteps
Returns
Type | Description |
|---|---|
| int |
binarySteps
public int binarySteps
Returns
Type | Description |
|---|---|
| int |