Struct BlobArray.Accessor<T>
Generic accessor.
Inherited Members
Namespace: Unity.Physics
Assembly: solution.dll
Syntax
public struct BlobArray.Accessor<T> where T : struct
Type Parameters
| Name | Description |
|---|---|
| T | Generic type parameter. |
Constructors
| Name | Description |
|---|---|
| Accessor(ref BlobArray) | Constructor. |
Properties
| Name | Description |
|---|---|
| this[int] | Indexer to get items within this collection using array index syntax. |
| Length | Gets the length. |
Methods
| Name | Description |
|---|---|
| GetEnumerator() | Gets the enumerator. |