Table of Contents

Struct ModelExtract.RenderMeshExtractConfiguration

Namespace
ValveResourceFormat.IO
Assembly
ValveResourceFormat.dll

Configuration for extracting a render mesh.

public record struct ModelExtract.RenderMeshExtractConfiguration : IEquatable<ModelExtract.RenderMeshExtractConfiguration>

Implements

Inherited Members

Constructors

RenderMeshExtractConfiguration(Mesh, string, int, string, int[], ImportFilter)

Configuration for extracting a render mesh.

public RenderMeshExtractConfiguration(Mesh Mesh, string Name, int Index, string FileName, int[] BoneRemapTable = null, ModelExtract.ImportFilter ImportFilter = default)

Parameters

Mesh Mesh
Name string
Index int
FileName string
BoneRemapTable int[]
ImportFilter ModelExtract.ImportFilter

Properties

BoneRemapTable

public int[] BoneRemapTable { readonly get; set; }

Property Value

int[]

FileName

public string FileName { readonly get; set; }

Property Value

string

ImportFilter

public ModelExtract.ImportFilter ImportFilter { readonly get; set; }

Property Value

ModelExtract.ImportFilter

Index

public int Index { readonly get; set; }

Property Value

int

Mesh

public Mesh Mesh { readonly get; set; }

Property Value

Mesh

Name

public string Name { readonly get; set; }

Property Value

string