C# Класс Revise.Files.PTL.Events.ColourEvent

Represents an event to change the colour of the particle.
Наследование: Revise.Files.PTL.Events.ParticleEvent
Показать файл Открыть проект

Открытые методы

Метод Описание
Read ( BinaryReader reader ) : void

Reads the event data from the underlying stream.

Write ( BinaryWriter writer ) : void

Writes the event data to the underlying stream.

Описание методов

Read() публичный Метод

Reads the event data from the underlying stream.
public Read ( BinaryReader reader ) : void
reader System.IO.BinaryReader The reader.
Результат void

Write() публичный Метод

Writes the event data to the underlying stream.
public Write ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter The writer.
Результат void