Class Asset
java.lang.Object
zombie.asset.Asset
- Direct Known Subclasses:
AiSceneAsset
,AnimatedTextureID
,AnimationAsset
,AnimNodeAsset
,ClothingItem
,Model
,ModelMesh
,PhysicsShape
,Texture
,TextureID
,WorldMapData
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
static enum
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addDependency
(Asset dependent_asset) getPath()
int
getState()
abstract AssetType
getType()
boolean
isEmpty()
boolean
boolean
isReady()
void
onCreated
(Asset.State state) void
removeDependency
(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
-