register_codec method

register_codec(, codec)

Register a set of texture encoders and decoders


@staticmethod
def register_codec(codec):
    ...
ParameterTypeDescription
codecaspose.threed.render.ITextureCodec

Exceptions

ExceptionDescription
InvalidOperationException

See Also