C# 클래스 ValveResourceFormat.ResourceTypes.Texture

상속: ValveResourceFormat.Blocks.ResourceData
파일 보기 프로젝트 열기: SteamDatabase/ValveResourceFormat

공개 메소드들

메소드 설명
GenerateBitmap ( ) : Bitmap
Read ( BinaryReader reader, Resource resource ) : void
Texture ( ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
ReadPNG ( ) : Bitmap
ReadRGBA16161616F ( BinaryReader r, int w, int h ) : Bitmap
ReadRGBA8888 ( BinaryReader r, int w, int h ) : Bitmap

메소드 상세

GenerateBitmap() 공개 메소드

public GenerateBitmap ( ) : Bitmap
리턴 System.Drawing.Bitmap

Read() 공개 메소드

public Read ( BinaryReader reader, Resource resource ) : void
reader System.IO.BinaryReader
resource Resource
리턴 void

Texture() 공개 메소드

public Texture ( ) : System
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string