C# Class SampleBitmapFontText, unity-bitmapfontrenderer

Inheritance: MonoBehaviour
显示文件 Open project: gree/unity-bitmapfontrenderer

Public Properties

Property Type Description
align BitmapFont.Renderer.Align
color Color
font string
size int
text string
width int

Public Methods

Method Description
OnDestroy ( ) : void
Start ( ) : void

Method Details

OnDestroy() public method

public OnDestroy ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

align public_oe property

public BitmapFont.Renderer.Align align
return BitmapFont.Renderer.Align

color public_oe property

public Color color
return Color

font public_oe property

public string font
return string

size public_oe property

public int size
return int

text public_oe property

public string text
return string

width public_oe property

public int width
return int