Skip to main content

SetMarkerDirection

Sets the direction of a marker created with [CreateMarker](/createmarker).

  • marker: Parameter input should be in NetHandle type.
  • direction: Parameter input should be in Vector3 type.

{{#tag:syntaxhighlight| Marker.SetMarkerDirection(marker, new Vector3(0, 0, 180)); |lang=csharp}} }}