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

This chunk type holds a number of constants that behavior code can refer to. Labels may be provided for them in a TRCN chunk with the same ID.
상속: IffChunk
파일 보기 프로젝트 열기: RHY3756547/FreeSO

공개 프로퍼티들

프로퍼티 타입 설명
Constants ushort[]
Flags byte

공개 메소드들

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

Reads a BCON chunk from a stream.

메소드 상세

Read() 공개 메소드

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

프로퍼티 상세

Constants 공개적으로 프로퍼티

public ushort[] Constants
리턴 ushort[]

Flags 공개적으로 프로퍼티

public byte Flags
리턴 byte