Struct ModelExtract.RenderMeshExtractConfiguration ​
Namespace: ValveResourceFormat.IO
Assembly: ValveResourceFormat.dll
Configuration for extracting a render mesh.
csharp
public record struct ModelExtract.RenderMeshExtractConfiguration : IEquatable<ModelExtract.RenderMeshExtractConfiguration>Implements ​
IEquatable<ModelExtract.RenderMeshExtractConfiguration>
Constructors ​
RenderMeshExtractConfiguration(Mesh, string, int, string, int[]?, ImportFilter) ​
Configuration for extracting a render mesh.
csharp
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 ​
csharp
public int[]? BoneRemapTable { readonly get; set; }Property Value ​
int[]?
FileName ​
csharp
public string FileName { readonly get; set; }Property Value ​
ImportFilter ​
csharp
public ModelExtract.ImportFilter ImportFilter { readonly get; set; }Property Value ​
Index ​
csharp
public int Index { readonly get; set; }Property Value ​
Mesh ​
csharp
public Mesh Mesh { readonly get; set; }Property Value ​
Name ​
csharp
public string Name { readonly get; set; }
