Class FloorShaperAttachedSprites.Settings.ASBorderSetting

java.lang.Object
zombie.iso.sprite.shapers.FloorShaperAttachedSprites.Settings.ASBorderSetting
Enclosing class:
FloorShaperAttachedSprites.Settings

public static class FloorShaperAttachedSprites.Settings.ASBorderSetting
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    float borderThicknessDown  
    float borderThicknessLR  
    float borderThicknessUp  
    float uvFraction  
  • Constructor Summary

    Constructors
    Constructor Description
    ASBorderSetting()  
    ASBorderSetting​(float float1, float float2, float float3, float float4)  
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • borderThicknessUp

      public float borderThicknessUp
    • borderThicknessDown

      public float borderThicknessDown
    • borderThicknessLR

      public float borderThicknessLR
    • uvFraction

      public float uvFraction
  • Constructor Details

    • ASBorderSetting

      public ASBorderSetting()
    • ASBorderSetting

      public ASBorderSetting​(float float1, float float2, float float3, float float4)