GetMarkerDirection
Gets the direction (dir) of a marker created with [CreateMarker](/createmarker).
- marker: Parameter input should be in NetHandle type.
<!-- -->
- Vector3: The direction of the marker.
{{#tag:syntaxhighlight| Marker.GetMarkerDirection(marker); |lang=csharp}} }}