Struct MarkPositionAdjustment
Namespace: TMPro
Syntax
public struct MarkPositionAdjustment
Constructors
MarkPositionAdjustment(Single, Single)
Declaration
public MarkPositionAdjustment(float x, float y)
Parameters
Properties
xPositionAdjustment
The x coordinate of the anchor point relative to the glyph.
Declaration
public float xPositionAdjustment { get; set; }
Property Value
yPositionAdjustment
The y coordinate of the anchor point relative to the glyph.
Declaration
public float yPositionAdjustment { get; set; }
Property Value