C# 클래스 FSO.Files.Formats.IFF.Chunks.SPR2

This chunk type holds a number of paletted sprites that may have z-buffer and/or alpha channels.
상속: IffChunk
파일 보기 프로젝트 열기: RHY3756547/FreeSO 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DefaultPaletteID uint
Frames FSO.Files.Formats.IFF.Chunks.SPR2Frame[]

공개 메소드들

메소드 설명
Dispose ( ) : void
Read ( IffFile iff, Stream stream ) : void

Reads a SPR2 chunk from a stream.

Write ( IffFile iff, Stream stream ) : bool

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Read() 공개 메소드

Reads a SPR2 chunk from a stream.
public Read ( IffFile iff, Stream stream ) : void
iff IffFile An Iff instance.
stream Stream A Stream object holding a SPR2 chunk.
리턴 void

Write() 공개 메소드

public Write ( IffFile iff, Stream stream ) : bool
iff IffFile
stream Stream
리턴 bool

프로퍼티 상세

DefaultPaletteID 공개적으로 프로퍼티

public uint DefaultPaletteID
리턴 uint

Frames 공개적으로 프로퍼티

public SPR2Frame[],FSO.Files.Formats.IFF.Chunks Frames
리턴 FSO.Files.Formats.IFF.Chunks.SPR2Frame[]