C# Class SampleBitmapFontText, unity-bitmapfontrenderer

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

Méthodes publiques

Свойство Type Description
align BitmapFont.Renderer.Align
color Color
font string
size int
text string
width int

Méthodes publiques

Méthode Description
OnDestroy ( ) : void
Start ( ) : void

Method Details

OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

align public_oe property

public BitmapFont.Renderer.Align align
Résultat BitmapFont.Renderer.Align

color public_oe property

public Color color
Résultat Color

font public_oe property

public string font
Résultat string

size public_oe property

public int size
Résultat int

text public_oe property

public string text
Résultat string

width public_oe property

public int width
Résultat int