AxisTitleInfo
public struct AxisTitleInfoInformation about an axis title for external text rendering.
Fields
Section titled “Fields”
Position
Section titled “Position”public Vector2 PositionScreen position where the title should be drawn.
Returns
UnityEngine.Vector2
public string TextTitle text to display.
Returns
System.String
IsVertical
Section titled “IsVertical”public bool IsVerticalWhether the title should be drawn vertically (rotated 90 degrees).
Returns
System.Boolean
IsVisible
Section titled “IsVisible”public bool IsVisibleWhether the title should be shown.
Returns
System.Boolean
RotationAngle
Section titled “RotationAngle”public float RotationAngleRotation angle in degrees. For Y-axis: -90 for left side (text reads bottom to top), 90 for right side.
Returns
System.Single
MaxWidth
Section titled “MaxWidth”public float MaxWidthMaximum text Width (before rotation) to prevent overflow. 0 means no limit.
Returns
System.Single