Struct VoxelVisibility.Region ​
Namespace: ValveResourceFormat.Blocks
Assembly: ValveResourceFormat.dll
Represents a region entry in a leaf node.
csharp
public readonly struct VoxelVisibility.RegionConstructors ​
Region(ulong) ​
Represents a region entry in a leaf node.
csharp
public Region(ulong value)Parameters ​
value ulong
Packed 64-bit region value.
Properties ​
ClusterId ​
Gets the cluster id.
csharp
public ushort ClusterId { get; }Property Value ​
MaskIndex ​
Gets the spatial mask index.
csharp
public uint MaskIndex { get; }Property Value ​
NodeIndex ​
Gets the node index.
csharp
public uint NodeIndex { get; }
