Method IsAccessorInterleaved
IsAccessorInterleaved(int)
Looks up if a certain accessor points to interleaved data.
Declaration
public bool IsAccessorInterleaved(int accessorIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| int | accessorIndex | Accessor index |
Returns
| Type | Description |
|---|---|
| bool | True if accessor is interleaved, false if its data is continuous. |