# StandardMaterialInfos

> Class

Inheritance

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

***

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 StandardMaterialInfos
```

## Constructors

### StandardMaterialInfos()

```csharp
public StandardMaterialInfos()
```

### StandardMaterialInfos(StandardMaterialInfos)

```csharp
public StandardMaterialInfos(StandardMaterialInfos o)
```

Parameters

| Type                                                      | Name | Description |
| --------------------------------------------------------- | ---- | ----------- |
| [StandardMaterialInfos](./material_standardmaterialinfos) | o    |             |

## Fields

### name

```csharp
public string name
```

Returns

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

### diffuse

```csharp
public ColorOrTexture diffuse
```

Returns

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

### specular

```csharp
public ColorOrTexture specular
```

Returns

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

### ambient

```csharp
public ColorOrTexture ambient
```

Returns

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

### emissive

```csharp
public ColorOrTexture emissive
```

Returns

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

### shininess

```csharp
public double shininess
```

Returns

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

### transparency

```csharp
public double transparency
```

Returns

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