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

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

Inherits MonoBehaviour.

Public Attributes

float majorRadius
 Radius at which the circle is revolved. A positive radius places text on the outside, while a negative radius places it on the inside. More...
 
float minorRadius
 Radius of the circle that is revolved. A positive radius places text on the outside, while a negative radius places it on the inside. More...
 
TorusRevolveAxis revolveAxis
 Which axis to revolve around. More...
 

Detailed Description

Settings component for text mesh torus renderers.

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

Member Data Documentation

float CatlikeCoding.TextBox.TextMeshTorusSettings.majorRadius

Radius at which the circle is revolved. A positive radius places text on the outside, while a negative radius places it on the inside.

float CatlikeCoding.TextBox.TextMeshTorusSettings.minorRadius

Radius of the circle that is revolved. A positive radius places text on the outside, while a negative radius places it on the inside.

TorusRevolveAxis CatlikeCoding.TextBox.TextMeshTorusSettings.revolveAxis

Which axis to revolve around.