C# Class FlatRedBall.Content.Saves.TextSave

An XML Serializable class representing the state of a Text.
Inheritance: TextSaveBase
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Méthode Description
FromText ( Text text ) : TextSave
ToText ( string contentManagerName ) : Text

Method Details

FromText() public static méthode

public static FromText ( Text text ) : TextSave
text FlatRedBall.Graphics.Text
Résultat TextSave

ToText() public méthode

public ToText ( string contentManagerName ) : Text
contentManagerName string
Résultat FlatRedBall.Graphics.Text