Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


RotateY(float)

Returns a RigidTransform that rotates around the y-axis by a given number of radians.
Read time 1 minuteLast updated 4 days ago

Definition

public static RigidTransform RotateY(float angle)

Parameters

angle

The clockwise rotation angle when looking along the y-axis towards the origin in radians.

Returns

Type

Description

RigidTransformThe RigidTransform of rotating around the y-axis by the given angle.