Class TextureCombinerShaderParam

java.lang.Object
zombie.core.textures.TextureCombinerShaderParam

public final class TextureCombinerShaderParam
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    float max  
    float min  
    java.lang.String name  
  • Constructor Summary

    Constructors
    Constructor Description
    TextureCombinerShaderParam​(java.lang.String string, float float1)  
    TextureCombinerShaderParam​(java.lang.String string, float float1, float float2)  
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • name

      public java.lang.String name
    • min

      public float min
    • max

      public float max
  • Constructor Details

    • TextureCombinerShaderParam

      public TextureCombinerShaderParam​(java.lang.String string, float float1, float float2)
    • TextureCombinerShaderParam

      public TextureCombinerShaderParam​(java.lang.String string, float float1)