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