Struct Hull.FaceVertexEnumerable.Enumerator ​
Namespace: ValveResourceFormat.ResourceTypes.RubikonPhysics.Shapes
Assembly: ValveResourceFormat.dll
Enumerates the vertex indices around one hull face.
csharp
public ref struct Hull.FaceVertexEnumerable.EnumeratorProperties ​
Current ​
The current vertex index.
csharp
public readonly int Current { get; }Property Value ​
Methods ​
MoveNext() ​
Advances to the next vertex of the loop.
csharp
public bool MoveNext()
