Table of Contents

Class PhysicsVertexMatcher.PhysMeshData

Namespace
ValveResourceFormat.IO
Assembly
ValveResourceFormat.dll

Contains physics mesh data and tracks deleted vertices.

public class PhysicsVertexMatcher.PhysMeshData

Inheritance

Inherited Members

Constructors

PhysMeshData(MeshDescriptor)

Initializes a new instance of the ValveResourceFormat.IO.PhysicsVertexMatcher.PhysMeshData class.

public PhysMeshData(MeshDescriptor mesh)

Parameters

mesh MeshDescriptor

Properties

DeletedVertexIndices

Gets the set of deleted vertex indices.

public HashSet<int> DeletedVertexIndices { get; }

Property Value

HashSet<int>

Mesh

Gets the mesh descriptor.

public MeshDescriptor Mesh { get; }

Property Value

MeshDescriptor

PhysicsTree

Gets the physics tree nodes.

public Mesh.Node[] PhysicsTree { get; }

Property Value

Mesh.Node[]

Triangles

Gets the array of triangles.

public Mesh.Triangle[] Triangles { get; }

Property Value

Mesh.Triangle[]

VertexPositions

Gets the array of vertex positions.

public Vector3[] VertexPositions { get; }

Property Value

Vector3[]