Model

Undocumented in source.

Constructors

this
this(string p, Loader glFinisher, Loader batchFinisher, Loader materialFinisher)
Undocumented in source.

Members

Aliases

Ptr
alias Ptr = void*
Undocumented in source.

Functions

finish
void finish()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

alreadyAdded
bool[Ptr] alreadyAdded;
Undocumented in source.
batchFinisher
Loader batchFinisher;
Undocumented in source.
data
BatchMaterial[] data;
Undocumented in source.
glFinisher
Loader glFinisher;
Undocumented in source.
materialFinisher
Loader materialFinisher;
Undocumented in source.
path
string path;
Undocumented in source.

Inherited Members

From Loadable

Idle
anonymousenum Idle
Undocumented in source.
finish
void finish()
Undocumented in source. Be warned that the author may not have intended to support it.
loadState
size_t loadState [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
loadState
size_t loadState [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
loaded
bool loaded [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
loader
Loader loader;
Undocumented in source.
onLoaded
LoadedQueue onLoaded;
Undocumented in source.

Meta