C# Class SampleSystemFontRenderer, unity-systemfontrenderer

Inheritance: MonoBehaviour
Afficher le fichier Open project: gree/unity-systemfontrenderer

Méthodes publiques

Свойство Type Description
align SystemFont.Align
color Color
fontSize float
height float
style SystemFont.Style
text string
verticalAlign SystemFont.VerticalAlign
width float

Méthodes publiques

Méthode Description
Start ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

align public_oe property

public SystemFont.Align align
Résultat SystemFont.Align

color public_oe property

public Color color
Résultat Color

fontSize public_oe property

public float fontSize
Résultat float

height public_oe property

public float height
Résultat float

style public_oe property

public SystemFont.Style style
Résultat SystemFont.Style

text public_oe property

public string text
Résultat string

verticalAlign public_oe property

public SystemFont.VerticalAlign verticalAlign
Résultat SystemFont.VerticalAlign

width public_oe property

public float width
Résultat float