Catlike Coding
Unity Code Documentation
Public Attributes | List of all members
CatlikeCoding.TextBox.TextMeshCircleSettings Class Reference

Settings component for text mesh torus renderers. More...

Inherits MonoBehaviour.

Public Attributes

float radius = 5f
 Radius of the circle to wrap around. A positive radius makes the text flow outward, while a negative radius makes the text flow inward. More...
 

Detailed Description

Settings component for text mesh torus renderers.

Use this component to adjust cylinder settings for individual text boxes.

Member Data Documentation

float CatlikeCoding.TextBox.TextMeshCircleSettings.radius = 5f

Radius of the circle to wrap around. A positive radius makes the text flow outward, while a negative radius makes the text flow inward.