CPAnimationKeyFrame

org.cosplay.CPAnimationKeyFrame
case class CPAnimationKeyFrame(animationId: String, image: CPImage, index: Int)

Animation key frame consisting of an image and its index in the sequence of key frames.

Value parameters

animationId

ID of the animation this key frame belongs to.

image

Key frame image.

index

Index of this key frame in the animation sequence.

Attributes

Example

See CPAnimationExample source code for an example of animation functionality.

Source
CPAnimationKeyFrame.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product