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

Position

AnythingWorld.RequestParameter.Position

Declarations

public static RequestParameterOption Position(Vector3 positionVector)
public static RequestParameterOption Position(int x, int y, int z)

Parameters

positionVector

Position vector apply to object transform.

x, y, z

x, y and z position to apply to object transform.

Description

Multiply the default or defined scale value by this value.

Last updated

Was this helpful?