Table of Contents

Class GltfMaterialTextureInfo

Namespace
ReFuel.IO.Model.Gltf
Assembly
ReFuel.dll
public class GltfMaterialTextureInfo : GtlfMiscObject
Inheritance
GltfMaterialTextureInfo
Derived
Inherited Members

Constructors

GltfMaterialTextureInfo(GltfDocument, GltfTexture?, int)

public GltfMaterialTextureInfo(GltfDocument document, GltfTexture? texture, int texCoordIndex)

Parameters

document GltfDocument
texture GltfTexture
texCoordIndex int

Properties

TexCoordIndex

public int TexCoordIndex { get; set; }

Property Value

int

Texture

public GltfTexture? Texture { get; set; }

Property Value

GltfTexture