C# 클래스 ActiveTextureManagement.CacheController

파일 보기 프로젝트 열기: rbray89/ActiveTextureManagement 1 사용 예제들

공개 메소드들

메소드 설명
FetchCacheTexture ( TexInfo Texture, bool compress, bool mipmaps ) : TextureInfoWrapper
MemorySaved ( int originalWidth, int originalHeight, TextureFormat originalFormat, bool originalMipmaps, GameDatabase Texture ) : int

비공개 메소드들

메소드 설명
GetMD5String ( String file ) : String
RebuildCache ( TexInfo Texture, bool compress, bool mipmaps, string hashString ) : TextureInfoWrapper

메소드 상세

FetchCacheTexture() 공개 정적인 메소드

public static FetchCacheTexture ( TexInfo Texture, bool compress, bool mipmaps ) : TextureInfoWrapper
Texture TexInfo
compress bool
mipmaps bool
리턴 TextureInfoWrapper

MemorySaved() 공개 정적인 메소드

public static MemorySaved ( int originalWidth, int originalHeight, TextureFormat originalFormat, bool originalMipmaps, GameDatabase Texture ) : int
originalWidth int
originalHeight int
originalFormat TextureFormat
originalMipmaps bool
Texture GameDatabase
리턴 int