Struct BlobArray.Accessor<T>.Enumerator
Namespace: Unity.Physics
Syntax
public struct EnumeratorConstructors
Enumerator(Int32*, Int32)
Declaration
public Enumerator(int *offsetPtr, int length)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32* | offsetPtr | |
| System.Int32 | length | 
Properties
Current
Declaration
public T Current { get; }Property Value
| Type | Description | 
|---|---|
| T | 
Methods
MoveNext()
Declaration
public bool MoveNext()Returns
| Type | Description | 
|---|---|
| System.Boolean |