C# 클래스 Files.IFF.Iff

Interchange File Format (IFF) is a chunk-based file format for binary resource data intended to promote a common model for store and use by an executable.
상속: IDisposable
파일 보기 프로젝트 열기: Afr0Games/Project-Dollhouse 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
GetPalette ( ushort ID ) : PALT

Get a specific palette from this IFF.

GetSTR ( ushort ID ) : STR
Iff ( Stream Data ) : System
Iff ( Stream Data, Microsoft.Xna.Framework.Graphics.GraphicsDevice Device ) : System

보호된 메소드들

메소드 설명
Dispose ( bool CleanUpManagedResources ) : void

비공개 메소드들

메소드 설명
Init ( Stream Data ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool CleanUpManagedResources ) : void
CleanUpManagedResources bool
리턴 void

GetPalette() 공개 메소드

Get a specific palette from this IFF.
public GetPalette ( ushort ID ) : PALT
ID ushort ID of the palette to get.
리턴 PALT

GetSTR() 공개 메소드

public GetSTR ( ushort ID ) : STR
ID ushort
리턴 STR

Iff() 공개 메소드

public Iff ( Stream Data ) : System
Data Stream
리턴 System

Iff() 공개 메소드

public Iff ( Stream Data, Microsoft.Xna.Framework.Graphics.GraphicsDevice Device ) : System
Data Stream
Device Microsoft.Xna.Framework.Graphics.GraphicsDevice
리턴 System