Class DisplayScale
java.lang.Object
io.github.projectunified.unihologram.api.display.DisplayScale
The scale of the hologram
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
x
public final float xThe scale in the x-axis -
y
public final float yThe scale in the y-axis -
z
public final float zThe scale in the z-axis
-
-
Constructor Details
-
DisplayScale
public DisplayScale(float x, float y, float z) Create a new scale- Parameters:
x
- the scale in the x-axisy
- the scale in the y-axisz
- the scale in the z-axis
-