ClipSheet

indigo.shared.scenegraph.ClipSheet
See theClipSheet companion object
final case class ClipSheet(frameCount: Int, frameDuration: Seconds, wrapAt: Int, arrangement: ClipSheetArrangement, startOffset: Int)

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 withFPS(fps: FPS): ClipSheet
def withFrameCount(newFrameCount: Int): ClipSheet
def withFrameDuration(newFrameDuration: Seconds): ClipSheet
def withStartOffset(newStartOffset: Int): ClipSheet
def withWrapAt(newWrapAt: Int): ClipSheet

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product