Open JellevanCampen opened 9 years ago
Only resource-manipulation operations should be public (e.g. filtering a texture). Construction, loading and rendering functionality should only be accessible to the ResourceManager and the GraphicsManager respectively.
BitmapFontResource can be used as an example for correct usage.
Only resource-manipulation operations should be public (e.g. filtering a texture). Construction, loading and rendering functionality should only be accessible to the ResourceManager and the GraphicsManager respectively.