SetMarkerBobUpAndDown
Sets "bobUpAndDown" for the marker created with [CreateMarker](/createmarker).
- marker: Parameter input should be in NetHandle type.
- state: Parameter input should be in bool type.
{{#tag:syntaxhighlight| Marker.SetMarkerBobUpAndDown(marker, true); |lang=csharp}} }}