new TextureInfo(name, w, h, id) → {TextureInfo}
Texture meta data
Parameters:
Name | Type | Description |
---|---|---|
name |
String | Name of Texture |
w |
Number | Width of Texture |
h |
Number | Height of Texture |
id |
Number | ID of Texture |
- Source:
Returns:
New instance of TextureInfo
- Type
- TextureInfo