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

Represents an event to change the scale of the particle.
Inheritance: Revise.Files.PTL.Events.ParticleEvent
Afficher le fichier Open project: osROSE/UnityRose

Méthodes publiques

Méthode 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 méthode

Reads the event 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 event data to the underlying stream.
public Write ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter The writer.
Résultat void