Class Texture2D

java.lang.Object
zombie.core.skinnedmodel.Texture.Texture2D

public class Texture2D
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    Texture2D​(Texture texture)  
  • Method Summary

    Modifier and Type Method Description
    void Apply()  
    int getHeight()  
    int getTexture()  
    int getWidth()  

    Methods inherited from class java.lang.Object

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

    • Texture2D

      public Texture2D​(Texture texture)
  • Method Details

    • getWidth

      public int getWidth()
    • getHeight

      public int getHeight()
    • getTexture

      public int getTexture()
    • Apply

      public void Apply()