Class Asset
java.lang.Object
zombie.asset.Asset
- Direct Known Subclasses:
AiSceneAsset,AnimatedTextureID,AnimationAsset,AnimNodeAsset,ClothingItem,Model,ModelMesh,NinePatchTexture,PhysicsShape,Texture,TextureID,WorldMapData
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic enum -
Method Summary
Modifier and TypeMethodDescriptionvoidaddDependency(Asset dependent_asset) getPath()intgetState()abstract AssetTypegetType()booleanisEmpty()booleanbooleanisReady()voidonCreated(Asset.State state) voidremoveDependency(Asset dependent_asset) void
-
Method Details
-
getType
-
getState
-
isEmpty
public boolean isEmpty() -
isReady
public boolean isReady() -
isFailure
public boolean isFailure() -
onCreated
-
getRefCount
public int getRefCount() -
getObserverCb
-
getPath
-
getAssetManager
-
addDependency
-
removeDependency
-
setAssetParams
-