Class DhApiColorDepthTextureCreatedEvent.EventParam

java.lang.Object
com.seibel.distanthorizons.api.methods.events.abstractEvents.DhApiColorDepthTextureCreatedEvent.EventParam
Enclosing class:
DhApiColorDepthTextureCreatedEvent

public static class DhApiColorDepthTextureCreatedEvent.EventParam extends Object
  • Field Details

    • previousWidth

      public final int previousWidth
      Measured in pixels
    • previousHeight

      public final int previousHeight
      Measured in pixels
    • newWidth

      public final int newWidth
      Measured in pixels
    • newHeight

      public final int newHeight
      Measured in pixels
  • Constructor Details

    • EventParam

      public EventParam(int previousWidth, int previousHeight, int newWidth, int newHeight)