C# Class FlatRedBall.Content.Saves.TextSave

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

Public Methods

Method Description
FromText ( Text text ) : TextSave
ToText ( string contentManagerName ) : Text

Method Details

FromText() public static method

public static FromText ( Text text ) : TextSave
text FlatRedBall.Graphics.Text
return TextSave

ToText() public method

public ToText ( string contentManagerName ) : Text
contentManagerName string
return FlatRedBall.Graphics.Text