# GetTessellationParametersReturn

> Class

Inheritance

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

***

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

## Constructors

### GetTessellationParametersReturn()

```csharp
public GetTessellationParametersReturn()
```

### GetTessellationParametersReturn(GetTessellationParametersReturn)

```csharp
public GetTessellationParametersReturn(GetTessellationParametersReturn o)
```

Parameters

| Type                                                                       | Name | Description |
| -------------------------------------------------------------------------- | ---- | ----------- |
| [GetTessellationParametersReturn](./scene_gettessellationparametersreturn) | o    |             |

## Fields

### maxSag

```csharp
public double maxSag
```

Returns

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

### maxLength

```csharp
public double maxLength
```

Returns

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

### maxAngle

```csharp
public double maxAngle
```

Returns

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

### createNormals

```csharp
public bool createNormals
```

Returns

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

### uvGenerationMode

```csharp
public UVGenerationMode uvGenerationMode
```

Returns

| Type                                         | Description |
| -------------------------------------------- | ----------- |
| [UVGenerationMode](./scene_uvgenerationmode) |             |

### uvChannel

```csharp
public int uvChannel
```

Returns

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

### uvPadding

```csharp
public double uvPadding
```

Returns

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

### createTangents

```csharp
public bool createTangents
```

Returns

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

### createFreeEdges

```csharp
public bool createFreeEdges
```

Returns

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