# GetMeshSkinningReturn

> Class

Inheritance

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

***

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

## Constructors

### GetMeshSkinningReturn()

```csharp
public GetMeshSkinningReturn()
```

### GetMeshSkinningReturn(GetMeshSkinningReturn)

```csharp
public GetMeshSkinningReturn(GetMeshSkinningReturn o)
```

Parameters

| Type                                                       | Name | Description |
| ---------------------------------------------------------- | ---- | ----------- |
| [GetMeshSkinningReturn](./polygonal_getmeshskinningreturn) | o    |             |

## Fields

### joints

```csharp
public JointList joints
```

Returns

| Type                               | Description |
| ---------------------------------- | ----------- |
| [JointList](./polygonal_jointlist) |             |

### IBMs

```csharp
public Matrix4List IBMs
```

Returns

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