# PickResult

> Class

Inheritance

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

***

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

```csharp
[Serializable]
public class PickResult
```

## Constructors

### PickResult()

```csharp
public PickResult()
```

### PickResult(PickResult)

```csharp
public PickResult(PickResult o)
```

Parameters

| Type                             | Name | Description |
| -------------------------------- | ---- | ----------- |
| [PickResult](./unity_pickresult) | o    |             |

## Fields

### occurrences

```csharp
public OccurrenceList occurrences
```

Returns

| Type                                     | Description |
| ---------------------------------------- | ----------- |
| [OccurrenceList](./scene_occurrencelist) |             |

### positions

```csharp
public Point3List positions
```

Returns

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