Skip to main content

ResizeARWorldScale

Description

Resize the AR world scale

info

The default is 1.0 scale unit, the larger the value, the smaller the AR virtual object, and vice versa

Parameters

ParamTypeDescription
_worldScalefloatnew world scale

Method

public void ResizeARWorldScale(float _worldScale)

Example

internal static API ARMODAPI = new API(nameof(APITest));
private void OnLoad(){
ARMODAPI.ResizeARWorldScale(1f);
}