public sealed class Absolute : OrbiterAnchorPoint()
Provides anchor points that are not affected by LayoutDirection.
Members
TopLeft
public object TopLeft : Absolute()
Attach the Orbiter at the left of the top edge of the content.
Functions
calculateAnchorVector
override fun calculateAnchorVector(
anchorHalfSize: FloatSize2d,
layoutDirection: LayoutDirection,
orbiterHalfSize: FloatSize2d,
): Vector3
TopRight
public object TopRight : Absolute()
Attach the Orbiter at the right of the top edge of the content.
Functions
calculateAnchorVector
override fun calculateAnchorVector(
anchorHalfSize: FloatSize2d,
layoutDirection: LayoutDirection,
orbiterHalfSize: FloatSize2d,
): Vector3
RightTop
public object RightTop : Absolute()
Attach the Orbiter at the top of the right edge of the content.
Functions
calculateAnchorVector
override fun calculateAnchorVector(
anchorHalfSize: FloatSize2d,
layoutDirection: LayoutDirection,
orbiterHalfSize: FloatSize2d,
): Vector3
Right
public object Right : Absolute()
Attach the Orbiter at the center of the right edge of the content.
Functions
calculateAnchorVector
override fun calculateAnchorVector(
anchorHalfSize: FloatSize2d,
layoutDirection: LayoutDirection,
orbiterHalfSize: FloatSize2d,
): Vector3
RightBottom
public object RightBottom : Absolute()
Attach the Orbiter at the bottom of the right edge of the content.
Functions
calculateAnchorVector
override fun calculateAnchorVector(
anchorHalfSize: FloatSize2d,
layoutDirection: LayoutDirection,
orbiterHalfSize: FloatSize2d,
): Vector3
BottomLeft
public object BottomLeft : Absolute()
Attach the Orbiter at the left of the bottom edge of the content.
Functions
calculateAnchorVector
override fun calculateAnchorVector(
anchorHalfSize: FloatSize2d,
layoutDirection: LayoutDirection,
orbiterHalfSize: FloatSize2d,
): Vector3
BottomRight
public object BottomRight : Absolute()
Attach the Orbiter at the right of the bottom edge of the content.
Functions
calculateAnchorVector
override fun calculateAnchorVector(
anchorHalfSize: FloatSize2d,
layoutDirection: LayoutDirection,
orbiterHalfSize: FloatSize2d,
): Vector3
LeftTop
public object LeftTop : Absolute()
Attach the Orbiter at the top of the left edge of the content.
Functions
calculateAnchorVector
override fun calculateAnchorVector(
anchorHalfSize: FloatSize2d,
layoutDirection: LayoutDirection,
orbiterHalfSize: FloatSize2d,
): Vector3
Left
public object Left : Absolute()
Attach the Orbiter at the center of the left edge of the content.
Functions
calculateAnchorVector
override fun calculateAnchorVector(
anchorHalfSize: FloatSize2d,
layoutDirection: LayoutDirection,
orbiterHalfSize: FloatSize2d,
): Vector3
LeftBottom
public object LeftBottom : Absolute()
Attach the Orbiter at the bottom of the left edge of the content.
Functions
calculateAnchorVector
override fun calculateAnchorVector(
anchorHalfSize: FloatSize2d,
layoutDirection: LayoutDirection,
orbiterHalfSize: FloatSize2d,
): Vector3