# BakeOption

> Class

Inheritance

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

***

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.Algo

```csharp
[Serializable]
public class BakeOption
```

## Constructors

### BakeOption()

```csharp
public BakeOption()
```

### BakeOption(BakeOption)

```csharp
public BakeOption(BakeOption o)
```

Parameters

| Type                            | Name | Description |
| ------------------------------- | ---- | ----------- |
| [BakeOption](./algo_bakeoption) | o    |             |

## Fields

### resolution

```csharp
public int resolution
```

Returns

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

### padding

```csharp
public int padding
```

Returns

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

### textures

```csharp
public BakeMaps textures
```

Returns

| Type                        | Description |
| --------------------------- | ----------- |
| [BakeMaps](./algo_bakemaps) |             |
