C# Class ARKitMeetup.Helpers.AppendingLabel

Inheritance: UILabel
Mostrar archivo Open project: rdavisau/ar-bound

Public Methods

Method Description
AppendingLabel ( float size ) : System
SetTextAnimated ( string text, double delayAfter = 0.0, double pace = 0.05 ) : Task

Method Details

AppendingLabel() public method

public AppendingLabel ( float size ) : System
size float
return System

SetTextAnimated() public method

public SetTextAnimated ( string text, double delayAfter = 0.0, double pace = 0.05 ) : Task
text string
delayAfter double
pace double
return Task