C# Class SampleSystemFontRenderer, unity-systemfontrenderer

Inheritance: MonoBehaviour
Show file 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 property

public SystemFont.Align align
return SystemFont.Align

color public property

public Color color
return Color

fontSize public property

public float fontSize
return float

height public property

public float height
return float

style public property

public SystemFont.Style style
return SystemFont.Style

text public property

public string text
return string

verticalAlign public property

public SystemFont.VerticalAlign verticalAlign
return SystemFont.VerticalAlign

width public property

public float width
return float