Struct Mesh.Triangle ​
Namespace: ValveResourceFormat.ResourceTypes.RubikonPhysics.Shapes
Assembly: ValveResourceFormat.dll
Represents a triangle in the mesh.
csharp
public readonly struct Mesh.TriangleConstructors ​
Triangle(KVObject) ​
Initializes a new instance of the struct.
csharp
public Triangle(KVObject data)Parameters ​
data KVObject
Fields ​
X ​
The X component of the triangle.
csharp
public readonly int XField Value ​
Y ​
The Y component of the triangle.
csharp
public readonly int YField Value ​
Z ​
The Z component of the triangle.
csharp
public readonly int Z
