Package zombie.core.skinnedmodel.model
Class AnimationAsset
java.lang.Object
zombie.asset.Asset
zombie.core.skinnedmodel.model.AnimationAsset
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class zombie.asset.Asset
Asset.ObserverCallback, Asset.State -
Field Summary
FieldsFields inherited from class zombie.asset.Asset
m_asset_manager -
Constructor Summary
ConstructorsConstructorDescriptionAnimationAsset(AssetPath assetPath, AssetManager assetManager, AnimationAsset.AnimationAssetParams animationAssetParams) -
Method Summary
Modifier and TypeMethodDescriptiongetType()voidprotected voidonLoadedTxt(ModelTxt modelTxt) protected voidonLoadedX(ProcessedAiScene processedAiScene) voidsetAssetParams(AssetManager.AssetParams assetParams) Methods inherited from class zombie.asset.Asset
addDependency, getAssetManager, getObserverCb, getPath, getRefCount, getState, isEmpty, isFailure, isReady, onBeforeEmpty, onCreated, removeDependency
-
Field Details
-
AnimationClips
-
assetParams
-
skinningData
-
modelManagerKey
-
modAnimations
-
ASSET_TYPE
-
-
Constructor Details
-
AnimationAsset
public AnimationAsset(AssetPath assetPath, AssetManager assetManager, AnimationAsset.AnimationAssetParams animationAssetParams)
-
-
Method Details
-
onLoadedX
-
onLoadedTxt
-
onBeforeReady
public void onBeforeReady()- Overrides:
onBeforeReadyin classAsset
-
setAssetParams
- Overrides:
setAssetParamsin classAsset
-
getType
-