# OrientationList

> Class

Inheritance

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

***

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

```csharp
[Serializable]
public class OrientationList
```

## Constructors

### OrientationList()

```csharp
public OrientationList()
```

### OrientationList(bool\[])

```csharp
public OrientationList(bool[] tab)
```

Parameters

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

### OrientationList(int)

```csharp
public OrientationList(int size)
```

Parameters

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

## Fields

### length

```csharp
public int length { get; }
```

Returns

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

### this\[int]

```csharp
public bool this[int index] { get; set; }
```

Returns

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

### list

```csharp
public bool[] list
```

Returns

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

## Operators

### implicit operator bool\[]\(OrientationList)

```csharp
public static implicit operator bool[](OrientationList o)
```

Parameters

| Type                                      | Name | Description |
| ----------------------------------------- | ---- | ----------- |
| [OrientationList](./geom_orientationlist) | o    |             |

Returns

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