# GetViewpointsFromCavitiesReturn

> Class

Inheritance

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

***

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

```csharp
[Serializable]
public class GetViewpointsFromCavitiesReturn
```

## Constructors

### GetViewpointsFromCavitiesReturn()

```csharp
public GetViewpointsFromCavitiesReturn()
```

### GetViewpointsFromCavitiesReturn(GetViewpointsFromCavitiesReturn)

```csharp
public GetViewpointsFromCavitiesReturn(GetViewpointsFromCavitiesReturn o)
```

Parameters

| Type                                                                       | Name | Description |
| -------------------------------------------------------------------------- | ---- | ----------- |
| [GetViewpointsFromCavitiesReturn](./scene_getviewpointsfromcavitiesreturn) | o    |             |

## Fields

### positions

```csharp
public Point3List positions
```

Returns

| Type                            | Description |
| ------------------------------- | ----------- |
| [Point3List](./geom_point3list) |             |

### directions

```csharp
public Point3List directions
```

Returns

| Type                            | Description |
| ------------------------------- | ----------- |
| [Point3List](./geom_point3list) |             |
