Class Hull.Region
Namespace: ValveResourceFormat.ResourceTypes.RubikonPhysics.Shapes
Assembly: ValveResourceFormat.dll
Represents a region in the hull.
csharp
public class Hull.RegionInheritance
Constructors
Region(KVObject)
Initializes a new instance of the class.
csharp
public Region(KVObject data)Parameters
data KVObject
Properties
Data
Gets the region data.
csharp
public KVObject Data { get; }Property Value
Nodes
Gets the region nodes.
csharp
public object[]? Nodes { get; }Property Value
object[]?
Methods
GetPlanes()
Hull face planes with outward pointing normals (n1, -d1, n2, -d2, ...)
csharp
public ReadOnlySpan<Hull.Plane> GetPlanes()
