Class ImGuiGizmoTheme.Builder
java.lang.Object
de.luckymcdev.foundryengine.client.imgui.gizmo.ImGuiGizmoTheme.Builder
- Enclosing class:
ImGuiGizmoTheme
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withBackgroundArgb(int c) withBorderArgb(int c) withBorderRounding(float r) withBorderThickness(float t) withDefaultGridSize(float s) withGridColor(int c) withGridVisible(boolean v) withMiniBarBgArgb(int c) withMiniBarBorderArgb(int c) withMiniBarButtonActiveArgb(int c) withMiniBarRounding(float r) withMiniBarTextActiveArgb(int c) withMiniBarTextInactiveArgb(int c) withOverlayTextArgb(int c) withRotationLineThickness(float v) withRotationOuterLineThickness(float v) withScaleLineCircleSize(float v) withScaleLineThickness(float v) withTranslationLineArrowSize(float v) withTranslationLineThickness(float v) withViewCubeBackground(int c) withViewCubeSize(float s)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withBackgroundArgb
-
withBorderArgb
-
withBorderThickness
-
withBorderRounding
-
withGridColor
-
withDefaultGridSize
-
withGridVisible
-
withViewCubeBackground
-
withViewCubeSize
-
withOverlayTextArgb
-
withMiniBarBgArgb
-
withMiniBarBorderArgb
-
withMiniBarRounding
-
withMiniBarButtonActiveArgb
-
withMiniBarButtonActiveHoverArgb
-
withMiniBarButtonInactiveArgb
-
withMiniBarButtonInactiveHoverArgb
-
withMiniBarTextActiveArgb
-
withMiniBarTextInactiveArgb
-
withTranslationLineThickness
-
withTranslationLineArrowSize
-
withRotationLineThickness
-
withRotationOuterLineThickness
-
withScaleLineThickness
-
withScaleLineCircleSize
-
build
-