Method GetSegment
GetSegment(SegmentIndex)
Retrieves a reference to a segment stored in the runtime asset.
Declaration
public ref Binary.Segment GetSegment(Binary.SegmentIndex index)
Parameters
| Type | Name | Description |
|---|---|---|
| Binary.SegmentIndex | index | The segment index to retrieve the reference for. |
Returns
| Type | Description |
|---|---|
| Binary.Segment | Segment reference that corresponds to the index passed as argument. |