NovelateMedia

Wrapper around a media file.

Constructors

this
this(string name, string path)

Creates a new media file.

Members

Functions

relativePath
string relativePath(size_t width)

Gets a path relative to the given resolution. Ex. car.png is retrieved as ex. car_1280.png" if a relative file is found.

Properties

name
string name [@property getter]

Gets the name.

path
string path [@property getter]

Gets the path.

Meta