Struct Hull.FaceTriangleEnumerable.Enumerator ​
Namespace: ValveResourceFormat.ResourceTypes.RubikonPhysics.Shapes
Assembly: ValveResourceFormat.dll
Enumerates a hull face's triangles as a fan from its first vertex.
csharp
public ref struct Hull.FaceTriangleEnumerable.EnumeratorProperties ​
Current ​
The current triangle, as vertex indices into the hull's positions.
csharp
public readonly (int A, int B, int C) Current { get; }Property Value ​
Methods ​
MoveNext() ​
Advances to the next triangle of the fan.
csharp
public bool MoveNext()
