C# 클래스 SGDeB.Data.DataUtil

파일 보기 프로젝트 열기: sgdc/sgdc-old

공개 메소드들

메소드 설명
LoadContent ( string file, Microsoft.Xna.Framework.Content.Pipeline.ContentBuildLogger logger, ContentTypes desiredType, bool process = true, TargetPlatform plat = TargetPlatform.Windows ) : ProcessedContent
SaveContent ( string file, ProcessedContent content ) : bool

메소드 상세

LoadContent() 공개 정적인 메소드

public static LoadContent ( string file, Microsoft.Xna.Framework.Content.Pipeline.ContentBuildLogger logger, ContentTypes desiredType, bool process = true, TargetPlatform plat = TargetPlatform.Windows ) : ProcessedContent
file string
logger Microsoft.Xna.Framework.Content.Pipeline.ContentBuildLogger
desiredType ContentTypes
process bool
plat TargetPlatform
리턴 ProcessedContent

SaveContent() 공개 정적인 메소드

public static SaveContent ( string file, ProcessedContent content ) : bool
file string
content ProcessedContent
리턴 bool