Audio

final case
class Audio(name: AssetName, path: AssetPath) extends AssetTypePrimitive

Represents any browser compatible audio asset

Value Params
name

the asset name used to look up the loaded asset

path

the path to the asset

trait Serializable
trait Product
trait Equals
trait AssetType
class Object
trait Matchable
class Any

Value members

Concrete methods

def toList: List[AssetType]

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product