Ejemplo n.º 1
0
 /// <summary>
 /// Set the currently active TextStyleMap, and update all labels.
 /// </summary>
 public void SetActiveStyleMap(TextStyleMap styleMap)
 {
     currentStyleMap = styleMap;
     TextStyleSwitcher.RefreshStylesInScene();
 }
Ejemplo n.º 2
0
 public void Start()
 {
     startingStyleMap = currentStyleMap;
 }