GetMarkerScale
Gets the scale of a marker created with CreateMarker.
C# Syntax
float NAPI.Marker.GetMarkerScale(NetHandle marker);
Parameters
- marker: Parameter input should be in NetHandle type.
Returns
- float: The scale of the marker.
Example
NAPI.Marker.GetMarkerScale(marker);