arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

Rotation

AnythingWorld.RequestParameter.Rotation

Declarations

public static RequestParameterOption Rotation(Quaternion quaternionRotation)
public static RequestParameterOption Rotation(Vector3 eulerRotation)

Parameters

quaternionRotation

Quaternion rotation to be applied to transform.

eulerRotation

Euler rotation to be applied to transform.

x, y, z

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

hashtag
Description

Set rotation of object transform.

public static RequestParameterOption Rotation(int x, int y, int z)