SetMarkerScale
Sets the scale of a marker created with [CreateMarker](/createmarker).
- marker: Parameter input should be in NetHandle type.
- scale: Parameter input should be in float type.
{{#tag:syntaxhighlight| Marker.SetMarkerScale(marker, 4f); |lang=csharp}} }}