C# Class SampleSystemFontRenderer, unity-systemfontrenderer

Inheritance: MonoBehaviour
Mostrar archivo Open project: gree/unity-systemfontrenderer

Public Properties

Property Type Description
align SystemFont.Align
color Color
fontSize float
height float
style SystemFont.Style
text string
verticalAlign SystemFont.VerticalAlign
width float

Public Methods

Method Description
Start ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Property Details

align public_oe property

public SystemFont.Align align
return SystemFont.Align

color public_oe property

public Color color
return Color

fontSize public_oe property

public float fontSize
return float

height public_oe property

public float height
return float

style public_oe property

public SystemFont.Style style
return SystemFont.Style

text public_oe property

public string text
return string

verticalAlign public_oe property

public SystemFont.VerticalAlign verticalAlign
return SystemFont.VerticalAlign

width public_oe property

public float width
return float