CycleRef

final case
class CycleRef(label: CycleLabel, frames: List[Frame], playheadPosition: Int, lastFrameAdvance: Millis)
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def runActions(gameTime: GameTime, actions: List[AnimationAction]): CycleRef
def updatePlayheadAndLastAdvance(playheadPosition: Int, lastFrameAdvance: Millis): CycleRef

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Concrete fields

lazy
val frameCount: Int