SetMarkerType
Sets the type of a marker created with [CreateMarker](/createmarker).
- marker: Parameter input should be in NetHandle type.
- type: Parameter input should be in int or uint type.
{{#tag:syntaxhighlight| Marker.SetMarkerType(marker, 43); |lang=csharp}} }}