# GetSubTreeStatsReturn

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

```csharp
[Serializable]
public struct GetSubTreeStatsReturn
```

## Constructors

### GetSubTreeStatsReturn(GetSubTreeStatsReturn)

```csharp
public GetSubTreeStatsReturn(GetSubTreeStatsReturn o)
```

Parameters

| Type                                                   | Name | Description |
| ------------------------------------------------------ | ---- | ----------- |
| [GetSubTreeStatsReturn](./scene_getsubtreestatsreturn) | o    |             |

## Fields

### partCount

```csharp
public ulong partCount
```

Returns

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

### partOccurrenceCount

```csharp
public ulong partOccurrenceCount
```

Returns

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

### triangleCount

```csharp
public ulong triangleCount
```

Returns

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

### triangleOccurrenceCount

```csharp
public ulong triangleOccurrenceCount
```

Returns

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

### vertexCount

```csharp
public ulong vertexCount
```

Returns

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

### vertexOccurrenceCount

```csharp
public ulong vertexOccurrenceCount
```

Returns

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

### pointCount

```csharp
public ulong pointCount
```

Returns

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

### pointOccurrenceCount

```csharp
public ulong pointOccurrenceCount
```

Returns

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

### lineCount

```csharp
public ulong lineCount
```

Returns

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

### lineOccurrenceCount

```csharp
public ulong lineOccurrenceCount
```

Returns

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

### patchesCount

```csharp
public ulong patchesCount
```

Returns

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