Table of Contents

Struct Mesh.Triangle

Namespace
ValveResourceFormat.ResourceTypes.RubikonPhysics.Shapes
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

int

Y

The Y component of the triangle.

public readonly int Y

Field Value

int

Z

The Z component of the triangle.

public readonly int Z

Field Value

int