Class LoadAssetsEvent
java.lang.Object
de.ellpeck.rockbottom.api.event.Event
de.ellpeck.rockbottom.api.event.impl.LoadAssetsEvent
This event gets fired after the
IAssetManager loads or reloads
assets. You can use this to configure IShaderPrograms or do other
asset-based things.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLoadAssetsEvent(IGameInstance game, IAssetManager assetManager, IRenderer g) -
Method Summary
-
Field Details
-
game
-
assetManager
-
g
-
-
Constructor Details
-
LoadAssetsEvent
-