Uses of Class
zombie.asset.AssetPath
Packages that use AssetPath
Package
Description
-
Uses of AssetPath in zombie.asset
Methods in zombie.asset that return AssetPathMethods in zombie.asset with parameters of type AssetPath -
Uses of AssetPath in zombie.core.physics
Constructors in zombie.core.physics with parameters of type AssetPathModifierConstructorDescriptionPhysicsShape(AssetPath assetPath, AssetManager assetManager, PhysicsShape.PhysicsShapeAssetParams physicsShapeAssetParams) -
Uses of AssetPath in zombie.core.skinnedmodel.model
Constructors in zombie.core.skinnedmodel.model with parameters of type AssetPathModifierConstructorDescriptionAnimationAsset(AssetPath path, AssetManager manager, AnimationAsset.AnimationAssetParams params) Model(AssetPath path, AssetManager manager, Model.ModelAssetParams params) ModelMesh(AssetPath path, AssetManager manager, ModelMesh.MeshAssetParams params) -
Uses of AssetPath in zombie.core.skinnedmodel.population
Constructors in zombie.core.skinnedmodel.population with parameters of type AssetPath -
Uses of AssetPath in zombie.core.textures
Constructors in zombie.core.textures with parameters of type AssetPathModifierConstructorDescriptionTexture(AssetPath path, AssetManager manager, Texture.TextureAssetParams params) TextureID(AssetPath path, AssetManager manager, TextureID.TextureIDAssetParams params) -
Uses of AssetPath in zombie.worldMap
Constructors in zombie.worldMap with parameters of type AssetPathModifierConstructorDescriptionWorldMapData(AssetPath path, AssetManager manager) WorldMapData(AssetPath path, AssetManager manager, AssetManager.AssetParams params)