# ReplaceByOption

> Struct

Inherited Members

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

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

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

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

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

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

***

Namespace: UnityEngine.Pixyz.Algo

```csharp
[Serializable]
public struct ReplaceByOption
```

## Fields

### Occurrence

```csharp
public ReplaceByOccurrenceOptions Occurrence
```

Returns

| Type                                                            | Description |
| --------------------------------------------------------------- | ----------- |
| [ReplaceByOccurrenceOptions](./algo_replacebyoccurrenceoptions) |             |

### BoundingBox

```csharp
public ReplaceByBoxType BoundingBox
```

Returns

| Type                                        | Description |
| ------------------------------------------- | ----------- |
| [ReplaceByBoxType](./algo_replacebyboxtype) |             |

### ConvexHull

```csharp
public int ConvexHull
```

Returns

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

### Primitive

```csharp
public ReplaceByPrimitiveOptions Primitive
```

Returns

| Type                                                          | Description |
| ------------------------------------------------------------- | ----------- |
| [ReplaceByPrimitiveOptions](./algo_replacebyprimitiveoptions) |             |

### \_type

```csharp
public ReplaceByOption.Type _type
```

Returns

| Type                                           | Description |
| ---------------------------------------------- | ----------- |
| [ReplaceByOption.Type](./replacebyoption_type) |             |
