C# 클래스 Revise.Files.ZMO.Channels.NormalChannel

Represents a normal channel.
상속: Revise.Files.ZMO.Channels.MotionChannel
파일 보기 프로젝트 열기: osROSE/UnityRose

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
NormalChannel ( ) : System

Initializes a new instance of the NormalChannel class.

ReadFrame ( BinaryReader reader, int frame ) : void

Reads a channel frame from the underlying stream.

WriteFrame ( BinaryWriter writer, int frame ) : void

Writes the specified channel frame to the underlying stream.

메소드 상세

NormalChannel() 공개 메소드

Initializes a new instance of the NormalChannel class.
public NormalChannel ( ) : System
리턴 System

ReadFrame() 공개 메소드

Reads a channel frame from the underlying stream.
public ReadFrame ( BinaryReader reader, int frame ) : void
reader System.IO.BinaryReader The reader.
frame int The frame to read.
리턴 void

WriteFrame() 공개 메소드

Writes the specified channel frame to the underlying stream.
public WriteFrame ( BinaryWriter writer, int frame ) : void
writer System.IO.BinaryWriter The writer.
frame int The frame to write.
리턴 void