# PackedTree

> Class

Inheritance

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

***

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 PackedTree
```

## Constructors

### PackedTree()

```csharp
public PackedTree()
```

### PackedTree(PackedTree)

```csharp
public PackedTree(PackedTree o)
```

Parameters

| Type                             | Name | Description |
| -------------------------------- | ---- | ----------- |
| [PackedTree](./scene_packedtree) | o    |             |

## Fields

### occurrences

```csharp
public OccurrenceList occurrences
```

Returns

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

### parents

```csharp
public IntList parents
```

Returns

| Type                      | Description |
| ------------------------- | ----------- |
| [IntList](./core_intlist) |             |

### names

```csharp
public StringList names
```

Returns

| Type                            | Description |
| ------------------------------- | ----------- |
| [StringList](./core_stringlist) |             |

### visible

```csharp
public InheritableBoolList visible
```

Returns

| Type                                              | Description |
| ------------------------------------------------- | ----------- |
| [InheritableBoolList](./core_inheritableboollist) |             |

### materials

```csharp
public MaterialList materials
```

Returns

| Type                                    | Description |
| --------------------------------------- | ----------- |
| [MaterialList](./material_materiallist) |             |

### transformIndices

```csharp
public IntList transformIndices
```

Returns

| Type                      | Description |
| ------------------------- | ----------- |
| [IntList](./core_intlist) |             |

### transformMatrices

```csharp
public Matrix4List transformMatrices
```

Returns

| Type                              | Description |
| --------------------------------- | ----------- |
| [Matrix4List](./geom_matrix4list) |             |

### customProperties

```csharp
public StringPairListList customProperties
```

Returns

| Type                                            | Description |
| ----------------------------------------------- | ----------- |
| [StringPairListList](./core_stringpairlistlist) |             |
