CycleRef

indigo.shared.animation.CycleRef
See theCycleRef companion object
final case class CycleRef(label: CycleLabel, frames: Batch[Frame], playheadPosition: Int, lastFrameAdvance: Millis)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val frameCount: Int