dagon v0.8.3 (2018-08-21T07:14:35Z)
Home
Dub
Repo
Asset
dagon
resource
asset
Undocumented in source.
abstract
class
Asset : Owner {
this
(Owner o);
MonitorInfo
monitorInfo
;
bool
threadSafePartLoaded
;
bool
threadUnsafePartLoaded
;
bool
loadThreadSafePart
(string filename, InputStream istrm, ReadOnlyFileSystem fs, AssetManager mngr);
bool
loadThreadUnsafePart
();
void
release
();
}
Constructors
this
this
(Owner o)
Undocumented in source.
Members
Functions
loadThreadSafePart
bool
loadThreadSafePart
(string filename, InputStream istrm, ReadOnlyFileSystem fs, AssetManager mngr)
Undocumented in source.
loadThreadUnsafePart
bool
loadThreadUnsafePart
()
Undocumented in source.
release
void
release
()
Undocumented in source.
Variables
monitorInfo
MonitorInfo
monitorInfo
;
Undocumented in source.
threadSafePartLoaded
bool
threadSafePartLoaded
;
Undocumented in source.
threadUnsafePartLoaded
bool
threadUnsafePartLoaded
;
Undocumented in source.
Meta
Source
See Implementation
dagon
resource
asset
classes
Asset
AssetManager
structs
MonitorInfo