C# Class CreateLabelScript, LO_UILableLession

Inheritance: MonoBehaviour
Exibir arquivo Open project: guoyaxin/LO_UILableLession

Public Properties

Property Type Description
fontPrefab GameObject
root GameObject

Public Methods

Method Description
LO_CreateLabel ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

LO_CreateLabel() public method

public LO_CreateLabel ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

fontPrefab public_oe property

public GameObject fontPrefab
return GameObject

root public_oe property

public GameObject root
return GameObject