Class PhysicsVertexMatcher.PhysMeshData
Namespace: ValveResourceFormat.IO
Assembly: ValveResourceFormat.dll
Contains physics mesh data and tracks deleted vertices.
csharp
public class PhysicsVertexMatcher.PhysMeshDataInheritance
object ← PhysicsVertexMatcher.PhysMeshData
Constructors
PhysMeshData(MeshDescriptor)
Initializes a new instance of the class.
csharp
public PhysMeshData(MeshDescriptor mesh)Parameters
mesh MeshDescriptor
Properties
DeletedVertexIndices
Gets the set of deleted vertex indices.
csharp
public HashSet<int> DeletedVertexIndices { get; }Property Value
Mesh
Gets the mesh descriptor.
csharp
public MeshDescriptor Mesh { get; }Property Value
PhysicsTree
Gets the physics tree nodes.
csharp
public Mesh.Node[] PhysicsTree { get; }Property Value
Triangles
Gets the array of triangles.
csharp
public Mesh.Triangle[] Triangles { get; }Property Value
VertexPositions
Gets the array of vertex positions.
csharp
public Vector3[] VertexPositions { get; }Property Value
Vector3[]

