Class MeshPool
Inheritance
System.Object
MeshPool
Namespace: Unity.UIWidgets.ui
Syntax
public class MeshPool : IDisposable
Methods
Dispose()
Declaration
public void Dispose()
getMesh()
Declaration
public Mesh getMesh()
Returns
| Type | Description |
|---|---|
| Mesh |
returnMesh(Mesh)
Declaration
public void returnMesh(Mesh mesh)
Parameters
| Type | Name | Description |
|---|---|---|
| Mesh | mesh |