Uses of Class
zombie.asset.AssetManager.AssetParams
Packages that use AssetManager.AssetParams
Package
Description
-
Uses of AssetManager.AssetParams in zombie.asset
Methods in zombie.asset with parameters of type AssetManager.AssetParamsModifier and TypeMethodDescriptionprotected abstract Asset
AssetManager.createAsset
(AssetPath var1, AssetManager.AssetParams var2) AssetManager.load
(AssetPath path, AssetManager.AssetParams params) void
AssetManager.reload
(Asset asset, AssetManager.AssetParams params) void
Asset.setAssetParams
(AssetManager.AssetParams params) -
Uses of AssetManager.AssetParams in zombie.core.physics
Subclasses of AssetManager.AssetParams in zombie.core.physicsMethods in zombie.core.physics with parameters of type AssetManager.AssetParamsModifier and TypeMethodDescriptionprotected Asset
PhysicsShapeAssetManager.createAsset
(AssetPath assetPath, AssetManager.AssetParams assetParams) void
PhysicsShape.setAssetParams
(AssetManager.AssetParams assetParamsx) -
Uses of AssetManager.AssetParams in zombie.core.skinnedmodel.advancedanimation
Methods in zombie.core.skinnedmodel.advancedanimation with parameters of type AssetManager.AssetParamsModifier and TypeMethodDescriptionprotected Asset
AnimNodeAssetManager.createAsset
(AssetPath assetPath, AssetManager.AssetParams var2) -
Uses of AssetManager.AssetParams in zombie.core.skinnedmodel.model
Subclasses of AssetManager.AssetParams in zombie.core.skinnedmodel.modelModifier and TypeClassDescriptionstatic final class
Deprecated.static final class
static final class
static final class
Methods in zombie.core.skinnedmodel.model with parameters of type AssetManager.AssetParamsModifier 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) void
AnimationAsset.setAssetParams
(AssetManager.AssetParams params) void
ModelMesh.setAssetParams
(AssetManager.AssetParams params) -
Uses of AssetManager.AssetParams in zombie.core.skinnedmodel.population
Methods in zombie.core.skinnedmodel.population with parameters of type AssetManager.AssetParamsModifier and TypeMethodDescriptionprotected Asset
ClothingItemAssetManager.createAsset
(AssetPath assetPath, AssetManager.AssetParams var2) -
Uses of AssetManager.AssetParams in zombie.core.textures
Subclasses of AssetManager.AssetParams in zombie.core.texturesModifier and TypeClassDescriptionstatic final class
static final class
static final class
Methods in zombie.core.textures with parameters of type AssetManager.AssetParamsModifier 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) void
TextureID.setAssetParams
(AssetManager.AssetParams params) -
Uses of AssetManager.AssetParams in zombie.worldMap
Methods in zombie.worldMap with parameters of type AssetManager.AssetParamsModifier and TypeMethodDescriptionprotected Asset
WorldMapDataAssetManager.createAsset
(AssetPath assetPath, AssetManager.AssetParams assetParams) Constructors in zombie.worldMap with parameters of type AssetManager.AssetParamsModifierConstructorDescriptionWorldMapData
(AssetPath path, AssetManager manager, AssetManager.AssetParams params)