Interface IMeshPrimitiveDecoderTMaterial

IMeshPrimitiveDecoder<TMaterial> interface

Exposes an API to get geometry data from a mesh primitive

public interface IMeshPrimitiveDecoder<TMaterial> : IMeshPrimitiveDecoder
    where TMaterial : class
ParameterDescription
TMaterialThe material type used by the primitive

Properties

NameDescription
Material { get; }

Remarks

Implemented by _MeshPrimitiveDecoder

See Also