Uses of Class
engine.renderEngine.Loader
Packages that use Loader
-
Uses of Loader in engine.fontRendering
Methods in engine.fontRendering with parameters of type Loader -
Uses of Loader in engine.renderEngine
Constructors in engine.renderEngine with parameters of type LoaderModifierConstructorDescriptionGuiRenderer
(Loader loader) Constructor which takes in the loader to create a 2D plane. -
Uses of Loader in engine.terrain
Constructors in engine.terrain with parameters of type LoaderModifierConstructorDescriptionSelector
(int gridX, int gridZ, Loader loader, TextureAttribute texture) Sets the position and texture and then generates the model for the selector.Terrain
(int gridX, int gridZ, Loader loader, TextureAttribute texture) Sets the position and texture and then generates the model for the terrainZoneTile
(int gridX, int gridZ, Loader loader, TextureAttribute texture) Sets the position and texture and then generates the model for the selector. -
Uses of Loader in engine.world
Constructors in engine.world with parameters of type LoaderModifierConstructorDescriptionTile
(int gridX, int gridZ, Loader loader, TextureAttribute texture) WorldGrid
(Loader loader, TextureAttribute texture) Generates the complete grid of all terrains. -
Uses of Loader in view