C# Class Revise.Files.ZMO.Channels.RotationChannel

Represents a rotation channel.
Inheritance: Revise.Files.ZMO.Channels.MotionChannel
Afficher le fichier Open project: osROSE/UnityRose

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ReadFrame ( BinaryReader reader, int frame ) : void

Reads a channel frame from the underlying stream.

RotationChannel ( ) : System

Initializes a new instance of the RotationChannel class.

WriteFrame ( BinaryWriter writer, int frame ) : void

Writes the specified channel frame to the underlying stream.

Method Details

ReadFrame() public méthode

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.
Résultat void

RotationChannel() public méthode

Initializes a new instance of the RotationChannel class.
public RotationChannel ( ) : System
Résultat System

WriteFrame() public méthode

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.
Résultat void