GetMarkerScale
Внешний вид
Gets the scale of a marker created with CreateMarker.
float NAPI.Marker.GetMarkerScale(NetHandle marker);
Parameters
- marker: Parameter input should be in NetHandle type.
Returns
- float: The scale of the marker.
Example
<syntaxhighlight lang="csharp"> NAPI.Marker.GetMarkerScale(marker); </syntaxhighlight>