Class TCachedMediaManager
Unit
mediamanagerunit
Declaration
type TCachedMediaManager = class(TGenericMediaManager)
Description
this is a cached media manager, an abstract manager that caches the file already loaded, and gives them back if they're requested again. Child of this class should override the loadXXX method to read the data first time.
Hierarchy
TCachedMediaManager > TGenericMediaManager > TObjectFields
 |
MeshList |
|
 |
SoundList |
|
 |
TextureList |
|
Methods
Overview
Description
 |
constructor Create; |
 |
function getMeshByName(name:string):TMesh; override; |
 |
function getSoundByName(name:string):TSound; override; |
 |
function getTextureByName(name:string):TTexture; override; |
 |
function loadMesh(name:string):TMesh; virtual; abstract; |
 |
function loadSound(name:string):TSound; virtual; abstract; |
 |
function loadTexture(name:string):TTexture; virtual; abstract; |
Generated by PasDoc 0.8.8 on 2005-03-14 21:03:49