C# Class FSO.Files.Formats.IFF.Chunks.OBJf

This chunk type assigns BHAV subroutines to a number of events that occur in (or outside of?) the object, which are described in behavior.iff chunk 00F5.
Inheritance: IffChunk
Afficher le fichier Open project: RHY3756547/FreeSO Class Usage Examples

Méthodes publiques

Свойство Type Description
Version uint
functions FSO.Files.Formats.IFF.Chunks.OBJfFunctionEntry[]

Méthodes publiques

Méthode Description
Read ( IffFile iff, Stream stream ) : void

Reads a OBJf chunk from a stream.

Write ( IffFile iff, Stream stream ) : bool

Method Details

Read() public méthode

Reads a OBJf chunk from a stream.
public Read ( IffFile iff, Stream stream ) : void
iff IffFile An Iff instance.
stream Stream A Stream object holding a OBJf chunk.
Résultat void

Write() public méthode

public Write ( IffFile iff, Stream stream ) : bool
iff IffFile
stream Stream
Résultat bool

Property Details

Version public_oe property

public uint Version
Résultat uint

functions public_oe property

public OBJfFunctionEntry[],FSO.Files.Formats.IFF.Chunks functions
Résultat FSO.Files.Formats.IFF.Chunks.OBJfFunctionEntry[]