Extends BBMOD_Resource
constructor
new BBMOD_Sprite([_file[, _sha1]])
A sprite.
Name | Type | Description |
---|---|---|
_file | String/Undefined |
The file to load the sprite ffrom. |
_sha1 | String/Undefined |
Expected SHA1 of the file. If the actual one does not match with this, then the model will not be loaded. |
Name | Description |
---|---|
Height | The height of the sprite. |
Raw | The raw sprite resource of undefined if it has not been loaded yet. |
Width | The width of the sprite. |
Name | Description |
---|---|
get_texture | Retrieves a pointer to the texture. |
Copyright © 2022, BlueBurn. Built on May 18, 2022 using GMDoc.