ClampDatabaseScale

AnythingWorld.RequestParameter.ClampDatabaseScale

Declarations

public static RequestParameterOption ClampDatabaseScale(Vector3 upperBound)
public static RequestParameterOption ClampDatabaseScale(Vector3 lowerBound, Vector3 upperBound)

Parameters

lowerBound

The lower bound of object scale.

upperBound

The upper bound of object scale.

Description

Clamp database scale between given values.

Last updated