SpriteSheetComponent

Undocumented in source.

Constructors

this
this(Spritesheet spritesheet, RectangleUL size)
Undocumented in source.

Members

Functions

getNthSprite
RectangleUL getNthSprite(ulong n)
Undocumented in source. Be warned that the author may not have intended to support it.
getSnapshotData
string[string] getSnapshotData()
Undocumented in source. Be warned that the author may not have intended to support it.
getSprite
RectangleUL getSprite(ulong row, ulong column)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin EntityComponentIdentity!"SpriteSheetComponent"
Undocumented in source.

Variables

size
RectangleUL size;
Undocumented in source.
spritesheet
Spritesheet spritesheet;
Undocumented in source.

Inherited Members

From EntityComponent

getComponentType
StringId getComponentType()
Undocumented in source.
getComponentTypeString
string getComponentTypeString()
Undocumented in source.

From Snapshotable

getSnapshotData
string[string] getSnapshotData()
Undocumented in source.

Meta