ITextureCodec
public interface ITextureCodec
Codec for textures
Methods
Method | Description |
---|---|
getDecoders() | Gets supported texture decoders. |
getEncoders() | Gets supported texture encoders. |
getDecoders()
public abstract ITextureDecoder[] getDecoders()
Gets supported texture decoders.
Returns: com.aspose.threed.ITextureDecoder[]
getEncoders()
public abstract ITextureEncoder[] getEncoders()
Gets supported texture encoders.
Returns: com.aspose.threed.ITextureEncoder[]