Class SpriteMeshCreator
Namespace: Unity.U2D.Entities
Syntax
public static class SpriteMeshCreator
Methods
CreateQuad(Single, Single)
Declaration
public static BlobAssetReference<SpriteMeshData> CreateQuad(float width = 1F, float height = 1F)
Parameters
| Type | Name | Description |
|---|---|---|
| Single | width | |
| Single | height |
Returns
| Type | Description |
|---|---|
| BlobAssetReference<SpriteMeshData> |