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 — No return description is available.
public string TextTitle text to display.
Returns
System.String — No return description is available.
IsVertical
Section titled “IsVertical”public bool IsVerticalWhether the title should be drawn vertically (rotated 90 degrees).
Returns
System.Boolean — No return description is available.
IsVisible
Section titled “IsVisible”public bool IsVisibleWhether the title should be shown.
Returns
System.Boolean — No return description is available.
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 — No return description is available.
MaxWidth
Section titled “MaxWidth”public float MaxWidthMaximum text Width (before rotation) to prevent overflow. 0 means no limit.
Returns
System.Single — No return description is available.