For the complete documentation index, see llms.txt. This page is also available as Markdown.

Scale

AnythingWorld.RequestParameter.Scale

Declarations

public static RequestParameterOption Scale(Vector3 scaleVector)
public static RequestParameterOption Scale(int x, int y, int z)

Parameters

scaleVector

Vector scale applied to transform.

x, y, z

Scale in the X, Y and Z axis that will be applied to transform.

Description

Set scale of object transform.

Last updated

Was this helpful?