Interface Surface
Namespace: Unity.UIWidgets.editor
Syntax
public interface Surface : IDisposable
Methods
acquireFrame(Size, Single, Int32)
Declaration
SurfaceFrame acquireFrame(Size size, float devicePixelRatio, int antiAliasing)
Parameters
| Type | Name | Description |
|---|---|---|
| Size | size | |
| System.Single | devicePixelRatio | |
| System.Int32 | antiAliasing |
Returns
| Type | Description |
|---|---|
| SurfaceFrame |
getMeshPool()
Declaration
MeshPool getMeshPool()
Returns
| Type | Description |
|---|---|
| MeshPool |