Class ImGuiGizmoConfig.Builder
java.lang.Object
de.luckymcdev.foundryengine.client.imgui.gizmo.ImGuiGizmoConfig.Builder
- Enclosing class:
ImGuiGizmoConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withBoundsSnap(float[] snap) withGridSize(float s) withLightMode(boolean v) withLocalBounds(float[] bounds) withLockTransform(boolean v) withLockView(boolean v) withMode(int m) withOperation(int op) withOrthographic(boolean v) withShowGrid(boolean v) withShowViewCube(boolean v) withSnapRotation(boolean on, float deg) withSnapScale(boolean on, float step) withSnapTranslation(boolean on, float step) withViewCubeArmLength(float l)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withOperation
-
withMode
-
withSnapTranslation
-
withSnapRotation
-
withSnapScale
-
withLocalBounds
-
withBoundsSnap
-
withGridSize
-
withShowGrid
-
withShowViewCube
-
withViewCubeArmLength
-
withOrthographic
-
withLockTransform
-
withLockView
-
withLightMode
-
build
-