Method GetMaxTileResolutionInAtlas
GetMaxTileResolutionInAtlas(int, int, int)
Calculates the maximum tile resolution in an Atlas.
선언
public static int GetMaxTileResolutionInAtlas(int atlasWidth, int atlasHeight, int tileCount)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| int | atlasWidth | |
| int | atlasHeight | |
| int | tileCount |
반환
| 타입 | 설명 |
|---|---|
| int | The maximum tile resolution in an Atlas. |