# CreateMeshFromTextReturn

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

```csharp
[Serializable]
public struct CreateMeshFromTextReturn
```

## Constructors

### CreateMeshFromTextReturn(CreateMeshFromTextReturn)

```csharp
public CreateMeshFromTextReturn(CreateMeshFromTextReturn o)
```

Parameters

| Type                                                             | Name | Description |
| ---------------------------------------------------------------- | ---- | ----------- |
| [CreateMeshFromTextReturn](./polygonal_createmeshfromtextreturn) | o    |             |

## Fields

### mesh

```csharp
public uint mesh
```

Returns

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

### material

```csharp
public uint material
```

Returns

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