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