Class PhysicsShape
java.lang.Object
zombie.asset.Asset
zombie.core.physics.PhysicsShape
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final classNested classes/interfaces inherited from class zombie.asset.Asset
Asset.ObserverCallback, Asset.State -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPhysicsShape(AssetPath assetPath, AssetManager assetManager, PhysicsShape.PhysicsShapeAssetParams physicsShapeAssetParams) -
Method Summary
Modifier and TypeMethodDescriptiongetType()booleanisReady()voidvoidsetAssetParams(AssetManager.AssetParams assetParamsx) Methods inherited from class zombie.asset.Asset
addDependency, getAssetManager, getObserverCb, getPath, getRefCount, getState, isEmpty, isFailure, onCreated, removeDependency
-
Field Details
-
assetParams
-
meshes
-
postProcess
-
bAllMeshes
public boolean bAllMeshes -
m_modificationCount
public int m_modificationCount -
m_fullPath
-
ASSET_TYPE
-
-
Constructor Details
-
PhysicsShape
public PhysicsShape(AssetPath assetPath, AssetManager assetManager, PhysicsShape.PhysicsShapeAssetParams physicsShapeAssetParams)
-
-
Method Details
-
onBeforeReady
public void onBeforeReady() -
isReady
-
setAssetParams
- Overrides:
setAssetParamsin classAsset
-
getType
-