Represents the SPA animation format.
Public Member Functions | |
| override string[] | GetNames () |
| The set of lowercase file types that this format will handle. More... | |
| override void | Clear () |
| Resets this image format container. More... | |
| override void | GoingOnDisplay () |
| Called when this image is going to be displayed. More... | |
| override void | GoingOffDisplay () |
| Called when this image is going to stop being displayed. More... | |
Public Member Functions inherited from PowerUI.ImageFormat | |
| virtual bool | DrawToAtlas (TextureAtlas atlas, AtlasLocation location) |
| Draws this image to the given atlas. More... | |
Public Attributes | |
| SPA | SPAFile |
| The animation that is in use, if any. More... | |
| SPAInstance | Animation |
| An instance of the animation retrieved. More... | |
Properties | |
| override int | Height [get] |
| override int | Width [get] |
Properties inherited from PowerUI.ImageFormat | |
| virtual int | Height [get] |
| The height of the image. More... | |
| virtual int | Width [get] |
| The width of the image. More... | |
| virtual Material | ImageMaterial [get] |
| A single-frame image material. Used for e.g. videos and animations. More... | |
|
inlinevirtual |
Resets this image format container.
Reimplemented from PowerUI.ImageFormat.
|
inlinevirtual |
The set of lowercase file types that this format will handle.
Reimplemented from PowerUI.ImageFormat.
|
inlinevirtual |
Called when this image is going to stop being displayed.
Reimplemented from PowerUI.ImageFormat.
|
inlinevirtual |
Called when this image is going to be displayed.
Reimplemented from PowerUI.ImageFormat.
| SPAInstance PowerUI.SpaFormat.Animation |
An instance of the animation retrieved.
| SPA PowerUI.SpaFormat.SPAFile |
The animation that is in use, if any.
|
get |
|
get |