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

Represents a map water plane.
Inheritance: IMapBlock
Show file Open project: osROSE/UnityRose

Public Methods

Method 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 method

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

Write() public method

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