Audio

indigo.shared.assets.AssetType.Audio
final case class Audio(name: AssetName, path: AssetPath) extends AssetTypePrimitive

Represents any browser compatible audio asset

Value parameters

name

the asset name used to look up the loaded asset

path

the path to the asset

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait AssetType
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def toList: List[AssetType]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product