PackageAsset

Undocumented in source.

Constructors

this
this(Scene scene, Owner o)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

createMaterial
Material createMaterial()
Undocumented in source. Be warned that the author may not have intended to support it.
entity
Entity entity(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
entity
Entity entity()
Undocumented in source. Be warned that the author may not have intended to support it.
fileExists
bool fileExists(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
loadAsset
bool loadAsset(Asset asset, string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
loadThreadSafePart
bool loadThreadSafePart(string filename, InputStream istrm, ReadOnlyFileSystem fs, AssetManager mngr)
Undocumented in source. Be warned that the author may not have intended to support it.
loadThreadUnsafePart
bool loadThreadUnsafePart()
Undocumented in source. Be warned that the author may not have intended to support it.
material
Material material(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
mesh
Mesh mesh(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
release
void release()
Undocumented in source. Be warned that the author may not have intended to support it.
texture
Texture texture(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

assetManager
AssetManager assetManager;
Undocumented in source.
assetOwner
PackageAssetOwner assetOwner;
Undocumented in source.
boxfs
BoxFileSystem boxfs;
Undocumented in source.
entities
Dict!(EntityAsset, string) entities;
Undocumented in source.
filename
string filename;
Undocumented in source.
index
string index;
Undocumented in source.
materials
Dict!(MaterialAsset, string) materials;
Undocumented in source.
meshes
Dict!(OBJAsset, string) meshes;
Undocumented in source.
rootEntity
Entity rootEntity;
Undocumented in source.
scene
Scene scene;
Undocumented in source.
textures
Dict!(TextureAsset, string) textures;
Undocumented in source.

Inherited Members

From Asset

monitorInfo
MonitorInfo monitorInfo;
Undocumented in source.
threadSafePartLoaded
bool threadSafePartLoaded;
Undocumented in source.
threadUnsafePartLoaded
bool threadUnsafePartLoaded;
Undocumented in source.
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.

Meta