CycleRef

indigo.shared.animation.CycleRef
See theCycleRef companion class
object CycleRef

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
CycleRef.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def calculateNextPlayheadPosition(currentPosition: Int, frameDuration: Millis, frameCount: Int, lastFrameAdvance: Millis): Signal[CycleMemento]
def create(label: CycleLabel, frames: Batch[Frame]): CycleRef
def fromCycle(cycle: Cycle): CycleRef

Givens

Givens

given derived$CanEqual: CanEqual[CycleRef, CycleRef]
given given_CanEqual_Option_Option: CanEqual[Option[CycleRef], Option[CycleRef]]