C# Class Revise.Files.PTL.Events.ColourEvent

Represents an event to change the colour of the particle.
Inheritance: Revise.Files.PTL.Events.ParticleEvent
Mostrar archivo Open project: osROSE/UnityRose

Public Methods

Method Description
Read ( BinaryReader reader ) : void

Reads the event data from the underlying stream.

Write ( BinaryWriter writer ) : void

Writes the event data to the underlying stream.

Method Details

Read() public method

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

Write() public method

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