ITextureDecoder
Overview
ITextureDecoder is a interface in Aspose.3D FOSS for .NET.
External texture decoder should implement this interface for decoding.
This interface provides 1 method for working with ITextureDecoder objects in .NET programs.
Available methods include: Decode.
All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package.
Methods
| Signature | Description |
|---|---|
Decode(stream: Stream, reverseY: bool) | Decode texture from stream, return null if failed to decode. |