Animator

Undocumented in source.

Members

Enums

Repeat
enum Repeat
Undocumented in source.

Mixins

__anonymous
mixin JsonizeMe
Undocumented in source.

Variables

frameTime
float frameTime;
Undocumented in source.
repeat
Repeat repeat;
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