C# 클래스 Revise.Files.PTL.Events.ScaleEvent

Represents an event to change the scale of the particle.
상속: Revise.Files.PTL.Events.ParticleEvent
파일 보기 프로젝트 열기: osROSE/UnityRose

공개 메소드들

메소드 설명
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