# GetPointsAndMaterialFromTextReturn

> Class

Inheritance

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

***

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

```csharp
[Serializable]
public class GetPointsAndMaterialFromTextReturn
```

## Constructors

### GetPointsAndMaterialFromTextReturn()

```csharp
public GetPointsAndMaterialFromTextReturn()
```

### GetPointsAndMaterialFromTextReturn(GetPointsAndMaterialFromTextReturn)

```csharp
public GetPointsAndMaterialFromTextReturn(GetPointsAndMaterialFromTextReturn o)
```

Parameters

| Type                                                                                | Name | Description |
| ----------------------------------------------------------------------------------- | ---- | ----------- |
| [GetPointsAndMaterialFromTextReturn](./material_getpointsandmaterialfromtextreturn) | o    |             |

## Fields

### points

```csharp
public Point3List points
```

Returns

| Type                            | Description |
| ------------------------------- | ----------- |
| [Point3List](./geom_point3list) |             |

### uvs

```csharp
public Point2List uvs
```

Returns

| Type                            | Description |
| ------------------------------- | ----------- |
| [Point2List](./geom_point2list) |             |

### normal

```csharp
public Point3 normal
```

Returns

| Type                    | Description |
| ----------------------- | ----------- |
| [Point3](./geom_point3) |             |

### material

```csharp
public uint material
```

Returns

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

### offset

```csharp
public double offset
```

Returns

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