SetMarkerBobUpAndDown
Внешний вид
Sets "bobUpAndDown" for the marker created with CreateMarker.
void NAPI.Marker.SetMarkerBobUpAndDown(NetHandle marker, bool state);
Parameters
- marker: Parameter input should be in NetHandle type.
- state: Parameter input should be in bool type.
Example
<syntaxhighlight lang="csharp"> NAPI.Marker.SetMarkerBobUpAndDown(marker, true); </syntaxhighlight>