C# Класс Revise.Files.ZMO.Channels.TextureCoordinateChannel

Represents a texture coordinate channel.
Наследование: Revise.Files.ZMO.Channels.MotionChannel
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

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

Метод Описание
ReadFrame ( BinaryReader reader, int frame ) : void

Reads a channel frame from the underlying stream.

TextureCoordinateChannel ( ChannelType channelType ) : System

Initializes a new instance of the TextureCoordinateChannel class.

WriteFrame ( BinaryWriter writer, int frame ) : void

Writes the specified channel frame to the underlying stream.

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

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

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

Initializes a new instance of the TextureCoordinateChannel class.
public TextureCoordinateChannel ( ChannelType channelType ) : System
channelType ChannelType
Результат System

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