Sprite

Undocumented in source.

Members

Mixins

__anonymous
mixin JsonizeMe
Undocumented in source.

Variables

depth
int depth;
Undocumented in source.
textureName
string textureName;
Undocumented in source.
textureRegion
Rect textureRegion;
Undocumented in source.

Mixed In Members

From mixin JsonizeMe

T
alias T = typeof(this)
Undocumented in source.
populateFromJSON
void populateFromJSON(JSONValue json)
Undocumented in source. Be warned that the author may not have intended to support it.
convertToJSON
JSONValue convertToJSON()
Undocumented in source. Be warned that the author may not have intended to support it.
populateFromJSON
void populateFromJSON(JSONValue json)
Undocumented in source. Be warned that the author may not have intended to support it.
convertToJSON
JSONValue convertToJSON()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Component

__anonymous
mixin JsonizeMe
Undocumented in source.

Meta