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 AssetPathModifier and TypeMethodDescriptionprotected abstract Asset
AssetManager.createAsset
(AssetPath var1, AssetManager.AssetParams var2) protected Asset
AssetManager.load
(AssetPath path, AssetManager.AssetParams params) void
void
Constructors in zombie.asset with parameters of type AssetPath -
Uses of AssetPath in zombie.core.physics
Methods in zombie.core.physics with parameters of type AssetPathModifier and TypeMethodDescriptionprotected Asset
PhysicsShapeAssetManager.createAsset
(AssetPath assetPath, AssetManager.AssetParams assetParams) Constructors in zombie.core.physics with parameters of type AssetPathModifierConstructorDescriptionPhysicsShape
(AssetPath assetPath, AssetManager assetManager, PhysicsShape.PhysicsShapeAssetParams physicsShapeAssetParams) -
Uses of AssetPath in zombie.core.skinnedmodel.advancedanimation
Methods in zombie.core.skinnedmodel.advancedanimation with parameters of type AssetPathModifier and TypeMethodDescriptionprotected Asset
AnimNodeAssetManager.createAsset
(AssetPath assetPath, AssetManager.AssetParams var2) Constructors in zombie.core.skinnedmodel.advancedanimation with parameters of type AssetPathModifierConstructorDescriptionprotected
AnimNodeAsset
(AssetPath assetPath, AssetManager assetManager) -
Uses of AssetPath in zombie.core.skinnedmodel.model
Methods in zombie.core.skinnedmodel.model with parameters of type AssetPathModifier and TypeMethodDescriptionprotected Asset
AiSceneAssetManager.createAsset
(AssetPath assetPath, AssetManager.AssetParams assetParams) Deprecated.protected Asset
AnimationAssetManager.createAsset
(AssetPath assetPath, AssetManager.AssetParams assetParams) protected Asset
MeshAssetManager.createAsset
(AssetPath assetPath, AssetManager.AssetParams assetParams) protected Asset
ModelAssetManager.createAsset
(AssetPath assetPath, AssetManager.AssetParams assetParams) Constructors in zombie.core.skinnedmodel.model with parameters of type AssetPathModifierConstructorDescriptionprotected
AiSceneAsset
(AssetPath assetPath, AssetManager assetManager, AiSceneAsset.AiSceneAssetParams aiSceneAssetParams) Deprecated.AnimationAsset
(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
Methods in zombie.core.skinnedmodel.population with parameters of type AssetPathModifier and TypeMethodDescriptionprotected Asset
ClothingItemAssetManager.createAsset
(AssetPath assetPath, AssetManager.AssetParams var2) Constructors in zombie.core.skinnedmodel.population with parameters of type AssetPath -
Uses of AssetPath in zombie.core.textures
Methods in zombie.core.textures with parameters of type AssetPathModifier and TypeMethodDescriptionprotected Asset
AnimatedTextureIDAssetManager.createAsset
(AssetPath assetPath, AssetManager.AssetParams assetParams) protected Asset
TextureAssetManager.createAsset
(AssetPath assetPath, AssetManager.AssetParams assetParams) protected Asset
TextureIDAssetManager.createAsset
(AssetPath assetPath, AssetManager.AssetParams assetParams) Constructors in zombie.core.textures with parameters of type AssetPathModifierConstructorDescriptionprotected
AnimatedTextureID
(AssetPath assetPath, AssetManager assetManager, AnimatedTextureID.AnimatedTextureIDAssetParams animatedTextureIDAssetParams) Texture
(AssetPath path, AssetManager manager, Texture.TextureAssetParams params) TextureID
(AssetPath path, AssetManager manager, TextureID.TextureIDAssetParams params) -
Uses of AssetPath in zombie.worldMap
Methods in zombie.worldMap with parameters of type AssetPathModifier and TypeMethodDescriptionprotected Asset
WorldMapDataAssetManager.createAsset
(AssetPath assetPath, AssetManager.AssetParams assetParams) Constructors in zombie.worldMap with parameters of type AssetPathModifierConstructorDescriptionWorldMapData
(AssetPath path, AssetManager manager) WorldMapData
(AssetPath path, AssetManager manager, AssetManager.AssetParams params)