# DracoEncodeReturn

> Class

Inheritance

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

***

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

```csharp
[Serializable]
public class DracoEncodeReturn
```

## Constructors

### DracoEncodeReturn()

```csharp
public DracoEncodeReturn()
```

### DracoEncodeReturn(DracoEncodeReturn)

```csharp
public DracoEncodeReturn(DracoEncodeReturn o)
```

Parameters

| Type                                               | Name | Description |
| -------------------------------------------------- | ---- | ----------- |
| [DracoEncodeReturn](./polygonal_dracoencodereturn) | o    |             |

## Fields

### buffer

```csharp
public ByteList buffer
```

Returns

| Type                        | Description |
| --------------------------- | ----------- |
| [ByteList](./core_bytelist) |             |

### jointIndicesId

```csharp
public int jointIndicesId
```

Returns

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

### jointWeightsId

```csharp
public int jointWeightsId
```

Returns

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