Class Model.ModelAssetParams

java.lang.Object
zombie.asset.AssetManager.AssetParams
zombie.core.skinnedmodel.model.Model.ModelAssetParams
Enclosing class:
Model

public static final class Model.ModelAssetParams
extends AssetManager.AssetParams
  • Field Summary

    Fields
    Modifier and Type Field Description
    ModelMesh animationsModel  
    boolean bStatic  
    java.lang.String meshName  
    java.lang.String shaderName  
    int textureFlags  
    java.lang.String textureName  
  • Constructor Summary

    Constructors
    Constructor Description
    ModelAssetParams()  
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • meshName

      public java.lang.String meshName
    • textureName

      public java.lang.String textureName
    • textureFlags

      public int textureFlags
    • shaderName

      public java.lang.String shaderName
    • bStatic

      public boolean bStatic
    • animationsModel

      public ModelMesh animationsModel
  • Constructor Details

    • ModelAssetParams

      public ModelAssetParams()