C# 클래스 LoadableData, TapBand

파일 보기 프로젝트 열기: minimalgeek/TapBand

공개 메소드들

메소드 설명
GetFileName ( ) : string
SaveToFile ( string assetsPath ) : void
TryLoadFromAssets ( string assetsPath ) : void

보호된 메소드들

메소드 설명
LoadData ( MemoryStream ms ) : void

비공개 메소드들

메소드 설명
ConstructDataPathAndFile ( string assetsPath ) : string
GetByteArray ( string dataPath ) : IEnumerator

메소드 상세

GetFileName() 공개 추상적인 메소드

public abstract GetFileName ( ) : string
리턴 string

LoadData() 보호된 추상적인 메소드

protected abstract LoadData ( MemoryStream ms ) : void
ms MemoryStream
리턴 void

SaveToFile() 공개 메소드

public SaveToFile ( string assetsPath ) : void
assetsPath string
리턴 void

TryLoadFromAssets() 공개 메소드

public TryLoadFromAssets ( string assetsPath ) : void
assetsPath string
리턴 void