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

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

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