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