# ImpostorMaterialInfos

> Class

Inheritance

* [object](https://learn.microsoft.com/dotnet/api/system.object)
* ImpostorMaterialInfos

***

Inherited Members

* [Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\))

* [Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\))

* [GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode)

* [GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype)

* [MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

* [ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals)

* [ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)

***

Namespace: UnityEngine.Pixyz.Material

```csharp
[Serializable]
public class ImpostorMaterialInfos
```

## Constructors

### ImpostorMaterialInfos()

```csharp
public ImpostorMaterialInfos()
```

### ImpostorMaterialInfos(ImpostorMaterialInfos)

```csharp
public ImpostorMaterialInfos(ImpostorMaterialInfos o)
```

Parameters

| Type                                                      | Name | Description |
| --------------------------------------------------------- | ---- | ----------- |
| [ImpostorMaterialInfos](./material_impostormaterialinfos) | o    |             |

## Fields

### name

```csharp
public string name
```

Returns

| Type                                                           | Description |
| -------------------------------------------------------------- | ----------- |
| [string](https://learn.microsoft.com/dotnet/api/system.string) |             |

### albedo

```csharp
public ColorOrTexture albedo
```

Returns

| Type                                        | Description |
| ------------------------------------------- | ----------- |
| [ColorOrTexture](./material_colorortexture) |             |

### normal

```csharp
public ColorOrTexture normal
```

Returns

| Type                                        | Description |
| ------------------------------------------- | ----------- |
| [ColorOrTexture](./material_colorortexture) |             |

### roughness

```csharp
public CoeffOrTexture roughness
```

Returns

| Type                                        | Description |
| ------------------------------------------- | ----------- |
| [CoeffOrTexture](./material_coeffortexture) |             |

### ao

```csharp
public CoeffOrTexture ao
```

Returns

| Type                                        | Description |
| ------------------------------------------- | ----------- |
| [CoeffOrTexture](./material_coeffortexture) |             |

### depth

```csharp
public CoeffOrTexture depth
```

Returns

| Type                                        | Description |
| ------------------------------------------- | ----------- |
| [CoeffOrTexture](./material_coeffortexture) |             |

### nbFrames

```csharp
public int nbFrames
```

Returns

| Type                                                       | Description |
| ---------------------------------------------------------- | ----------- |
| [int](https://learn.microsoft.com/dotnet/api/system.int32) |             |

### fullOcta

```csharp
public bool fullOcta
```

Returns

| Type                                                          | Description |
| ------------------------------------------------------------- | ----------- |
| [bool](https://learn.microsoft.com/dotnet/api/system.boolean) |             |

### octaDiameter

```csharp
public double octaDiameter
```

Returns

| Type                                                           | Description |
| -------------------------------------------------------------- | ----------- |
| [double](https://learn.microsoft.com/dotnet/api/system.double) |             |

### linearSteps

```csharp
public int linearSteps
```

Returns

| Type                                                       | Description |
| ---------------------------------------------------------- | ----------- |
| [int](https://learn.microsoft.com/dotnet/api/system.int32) |             |

### binarySteps

```csharp
public int binarySteps
```

Returns

| Type                                                       | Description |
| ---------------------------------------------------------- | ----------- |
| [int](https://learn.microsoft.com/dotnet/api/system.int32) |             |
