C# 클래스 FlatRedBall.Content.Saves.TextSave

An XML Serializable class representing the state of a Text.
상속: TextSaveBase
파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 메소드들

메소드 설명
FromText ( Text text ) : TextSave
ToText ( string contentManagerName ) : Text

메소드 상세

FromText() 공개 정적인 메소드

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

ToText() 공개 메소드

public ToText ( string contentManagerName ) : Text
contentManagerName string
리턴 FlatRedBall.Graphics.Text