Method SetViewerScale
SetViewerScale(IUsesViewerScale, float)
Set the scale of the viewer object
Declaration
public static void SetViewerScale(this IUsesViewerScale user, float scale)
Parameters
Type | Name | Description |
---|---|---|
IUsesViewerScale | user | The functionality user |
float | scale | Uniform scale value in world space |