Class CAAT.Module.TexturePacker.TextureScanMap
Defined in: TextureScanMap.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| Field Attributes | Field Name and Description |
|---|---|
| Method Attributes | Method Name and Description |
|---|---|
| <private> |
__init(w, h)
|
|
log()
|
|
|
substract(x, y, width, height)
|
|
|
whereFitsChunk(width, height)
Always try to fit a chunk of size width*height pixels from left-top.
|
Field Detail
scanMap
scanMapHeight
scanMapWidth
Method Detail
<private>
__init(w, h)
- Parameters:
- w
- h
log()
substract(x, y, width, height)
- Parameters:
- x
- y
- width
- height
whereFitsChunk(width, height)
Always try to fit a chunk of size width*height pixels from left-top.
- Parameters:
- width
- height