Table of Contents

Class Hull.Region

Namespace
ValveResourceFormat.ResourceTypes.RubikonPhysics.Shapes
Assembly
ValveResourceFormat.dll

Represents a region in the hull.

public class Hull.Region

Inheritance

Inherited Members

Constructors

Region(KVObject)

Initializes a new instance of the ValveResourceFormat.ResourceTypes.RubikonPhysics.Shapes.Hull.Region class.

public Region(KVObject data)

Parameters

data KVObject

Properties

Data

Gets the region data.

public KVObject Data { get; }

Property Value

KVObject

Nodes

Gets the region nodes.

public object[] Nodes { get; }

Property Value

object[]

Methods

GetPlanes()

Hull face planes with outward pointing normals (n1, -d1, n2, -d2, ...)

public ReadOnlySpan<Hull.Plane> GetPlanes()

Returns

ReadOnlySpan<Hull.Plane>