Struct BlobArray.Accessor<T>.Enumerator
An enumerator.
Inherited Members
Namespace: Unity.Physics
Assembly: solution.dll
Syntax
public struct BlobArray.Accessor<T>.Enumerator
Constructors
Name | Description |
---|---|
Enumerator(int*, int) | Constructor. |
Properties
Name | Description |
---|---|
Current | Gets the current. |
Methods
Name | Description |
---|---|
MoveNext() | Determines if we can move to the next element. |