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 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