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