Detailed Description

Represents the SPA animation format.

Inheritance diagram for PowerUI.SpaFormat:
PowerUI.ImageFormat

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...
 

Member Function Documentation

override void PowerUI.SpaFormat.Clear ( )
inlinevirtual

Resets this image format container.

Reimplemented from PowerUI.ImageFormat.

override string [] PowerUI.SpaFormat.GetNames ( )
inlinevirtual

The set of lowercase file types that this format will handle.

Reimplemented from PowerUI.ImageFormat.

override void PowerUI.SpaFormat.GoingOffDisplay ( )
inlinevirtual

Called when this image is going to stop being displayed.

Reimplemented from PowerUI.ImageFormat.

override void PowerUI.SpaFormat.GoingOnDisplay ( )
inlinevirtual

Called when this image is going to be displayed.

Reimplemented from PowerUI.ImageFormat.

Member Data Documentation

SPAInstance PowerUI.SpaFormat.Animation

An instance of the animation retrieved.

SPA PowerUI.SpaFormat.SPAFile

The animation that is in use, if any.

Property Documentation

override int PowerUI.SpaFormat.Height
get
override int PowerUI.SpaFormat.Width
get