Property | Type | Description |
---|
Method | Description | |
---|---|---|
ReadFrame ( |
Reads a channel frame from the underlying stream.
|
|
TextureCoordinateChannel ( ChannelType channelType ) : System |
Initializes a new instance of the TextureCoordinateChannel class.
|
|
WriteFrame ( |
Writes the specified channel frame to the underlying stream.
|
public ReadFrame ( |
||
reader | The reader. | |
frame | int | The frame to read. |
return | void |
public TextureCoordinateChannel ( ChannelType channelType ) : System | ||
channelType | ChannelType | |
return | System |
public WriteFrame ( |
||
writer | The writer. | |
frame | int | The frame to write. |
return | void |