ITextureCodec

public interface ITextureCodec

Codec voor texturen

Methoden

MethodeBeschrijving
getDecoders()Haalt ondersteunde texture‑decoders op.
getEncoders()Haalt ondersteunde texture‑encoders op.

getDecoders()

public abstract ITextureDecoder[] getDecoders()

Haalt ondersteunde texture‑decoders op.

Returns: com.aspose.threed.ITextureDecoder[] - Een array van ondersteunde texturedecoders

getEncoders()

public abstract ITextureEncoder[] getEncoders()

Haalt ondersteunde texture‑encoders op.

Returns: com.aspose.threed.ITextureEncoder[] - Een array van ondersteunde texture-encoders