Text

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

Represents a text asset, Indigo does not care about the type of data held in the text file, it is up to the programmer to parse it.

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