C# Class SimpleTextMesh, UnityStbEasyFont

Inheritance: MonoBehaviour
显示文件 Open project: aras-p/UnityStbEasyFont

Public Properties

Property Type Description
anchor TextAnchor
characterSize float
color UnityEngine.Color32

Public Methods

Method Description
OnDisable ( ) : void
Start ( ) : void
Update ( ) : void
UpdateMaterial ( ) : void
UpdateMesh ( ) : void

Private Methods

Method Description
CreateText ( ) : void

Method Details

OnDisable() public method

public OnDisable ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

UpdateMaterial() public method

public UpdateMaterial ( ) : void
return void

UpdateMesh() public method

public UpdateMesh ( ) : void
return void

Property Details

anchor public_oe property

public TextAnchor anchor
return TextAnchor

characterSize public_oe property

public float characterSize
return float

color public_oe property

public Color32,UnityEngine color
return UnityEngine.Color32