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
MeshName
stringIndex
intFileName
stringBoneRemapTable
int[]ImportFilter
ModelExtract.ImportFilter
Properties
BoneRemapTable
public int[] BoneRemapTable { readonly get; set; }
Property Value
- int[]
FileName
public string FileName { readonly get; set; }
Property Value
ImportFilter
public ModelExtract.ImportFilter ImportFilter { readonly get; set; }
Property Value
Index
public int Index { readonly get; set; }
Property Value
Mesh
public Mesh Mesh { readonly get; set; }
Property Value
Name
public string Name { readonly get; set; }