Class ImGuiGizmoMiniBar
java.lang.Object
de.luckymcdev.foundryengine.client.imgui.gizmo.ImGuiGizmoMiniBar
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionenableOnly(int... ops) intbooleanbooleanbooleanbooleanbooleanvoidrenderStandalone(float wx, float wy, float ww, float wh) voidrenderStandalone(float wx, float wy, float ww, float wh, ImGuiGizmoTheme theme) setButtonSize(float w, float h) setEnabled(int op, boolean enabled) setMargin(float x, float y) setOperation(int op) setSpacing(float s) showBounds(boolean v) showRotate(boolean v) showScale(boolean v) showTranslate(boolean v) showUniversal(boolean v)
-
Constructor Details
-
ImGuiGizmoMiniBar
public ImGuiGizmoMiniBar() -
ImGuiGizmoMiniBar
-
-
Method Details
-
setMargin
-
setButtonSize
-
setSpacing
-
showTranslate
-
showRotate
-
showScale
-
showUniversal
-
showBounds
-
setOperation
-
setEnabled
-
enableOnly
-
renderStandalone
public void renderStandalone(float wx, float wy, float ww, float wh) -
renderStandalone
-
getSelectedOperation
public int getSelectedOperation() -
getAnchor
-
setAnchor
-
isShowTranslate
public boolean isShowTranslate() -
isShowRotate
public boolean isShowRotate() -
isShowScale
public boolean isShowScale() -
isShowUniversal
public boolean isShowUniversal() -
isShowBounds
public boolean isShowBounds()
-