C# Class Revise.Files.IFO.Blocks.MapWaterPlane

Represents a map water plane.
Inheritance: IMapBlock
Afficher le fichier Open project: osROSE/UnityRose

Méthodes publiques

Méthode Description
Read ( BinaryReader reader ) : void

Reads the block data from the underlying stream.

Write ( BinaryWriter writer ) : void

Writes the block data to the underlying stream.

Method Details

Read() public méthode

Reads the block data from the underlying stream.
public Read ( BinaryReader reader ) : void
reader System.IO.BinaryReader The reader.
Résultat void

Write() public méthode

Writes the block data to the underlying stream.
public Write ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter The writer.
Résultat void