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