Struct Mesh.Triangle
- Assembly
- ValveResourceFormat.dll
Represents a triangle in the mesh.
public readonly struct Mesh.TriangleInherited Members
Constructors
Triangle(KVObject)
Initializes a new instance of the ValveResourceFormat.ResourceTypes.RubikonPhysics.Shapes.Mesh.Triangle struct.
public Triangle(KVObject data)Parameters
dataKVObject
Fields
X
The X component of the triangle.
public readonly int XField Value
Y
The Y component of the triangle.
public readonly int YField Value
Z
The Z component of the triangle.
public readonly int Z