Act

class Act

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
var backgroundColor: Color
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun merge(other: Act)

Adds actors from other act's stages to this act's stages.

Link copied to clipboard
fun start()

Starts ticking. See Ticker. Called when this act is loaded by Management.loadAct

Link copied to clipboard
fun stop()

Stops ticking. See Ticker.