Class ModelMesh.MeshAssetParams

java.lang.Object
zombie.asset.AssetManager.AssetParams
zombie.core.skinnedmodel.model.ModelMesh.MeshAssetParams
Enclosing class:
ModelMesh

public static final class ModelMesh.MeshAssetParams
extends AssetManager.AssetParams
  • Field Summary

    Fields
    Modifier and Type Field Description
    ModelMesh animationsMesh  
    boolean bStatic  
  • Constructor Summary

    Constructors
    Constructor Description
    MeshAssetParams()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • bStatic

      public boolean bStatic
    • animationsMesh

      public ModelMesh animationsMesh
  • Constructor Details

    • MeshAssetParams

      public MeshAssetParams()