[gs-longan](../README.md) / SubMesh

# Class: SubMesh

## Table of contents

### Constructors

- [constructor](SubMesh.md#constructor)

### Properties

- [count](SubMesh.md#count)
- [material](SubMesh.md#material)
- [start](SubMesh.md#start)

## Constructors

### constructor

• **new SubMesh**(`start`, `count`, `material?`): [`SubMesh`](SubMesh.md)

#### Parameters

| Name | Type |
| :------ | :------ |
| `start` | `number` |
| `count` | `number` |
| `material?` | [`Material`](Material.md) |

#### Returns

[`SubMesh`](SubMesh.md)

## Properties

### count

• **count**: `number`

___

### material

• **material**: [`Material`](Material.md) = `null`

___

### start

• **start**: `number`
