Class PhysicsShape
java.lang.Object
zombie.asset.Asset
zombie.core.physics.PhysicsShape
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
static final class
Nested 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()
boolean
isReady()
void
void
setAssetParams
(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:
setAssetParams
in classAsset
-
getType
-