Success

indigo.shared.Startup.Success
See theSuccess companion object
final case class Success[SuccessType](success: SuccessType, animations: Set[Animation], fonts: Set[FontInfo], shaders: Set[Shader]) extends Startup[SuccessType]

Attributes

Companion
object
Graph
Supertypes
trait Startup[SuccessType]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def addAnimations(value: Animation*): Success[SuccessType]
def addAnimations(value: List[Animation]): Success[SuccessType]
def addAnimations(value: Batch[Animation]): Success[SuccessType]
def addFonts(value: FontInfo*): Success[SuccessType]
def addFonts(value: List[FontInfo]): Success[SuccessType]
def addFonts(value: Batch[FontInfo]): Success[SuccessType]
def addShaders(value: Shader*): Success[SuccessType]
def addShaders(value: List[Shader]): Success[SuccessType]
def addShaders(value: Batch[Shader]): Success[SuccessType]

Inherited methods

Attributes

Inherited from:
Startup

Attributes

Inherited from:
Startup

Attributes

Inherited from:
Startup
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product