Struct OffsetInfo
Contains information about where a path starts and ends in an array.
Namespace: AnyPath.Native
Assembly: AnyPath.dll
Syntax
public struct OffsetInfo
Fields
length
The length of the path
Declaration
public readonly int length
Field Value
| Type | Description |
|---|---|
| int |
startIndex
The index at which this path starts
Declaration
public readonly int startIndex
Field Value
| Type | Description |
|---|---|
| int |