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