ObjectType enum

Known object types of Media

Inheritance

Constructors

ObjectType()
const

Values

deleted → const ObjectType

object is deleted

luac → const ObjectType

object is compiled lua code

bmp → const ObjectType

object is a BMP file

png → const ObjectType

object is a PNG file

jpg → const ObjectType

object is a JPEG file

gif → const ObjectType

object is a GIF file

wav → const ObjectType

object is a WAV file

mp3 → const ObjectType

object is a MP3 file

fdl → const ObjectType

object is a FDL file

snd → const ObjectType

object is a SND file

ogg → const ObjectType

object is a OGG file

swf → const ObjectType

object is a SWF file

txt → const ObjectType

object is a TXT file

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<ObjectType>
A constant List of the values in this enum, in order of their declaration.