Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


StyleRotate

Creates a StyleRotate from a Rotate.
Read time 1 minuteLast updated 11 days ago

Definition

StyleRotate(Rotate)

Creates a StyleRotate from a Rotate.
public StyleRotate(Rotate v)

Parameters

StyleRotate(StyleKeyword)

Creates a StyleRotate from a StyleKeyword.
public StyleRotate(StyleKeyword keyword)

Parameters

StyleRotate(Quaternion)

Creates a StyleRotate from a Quaternion.
public StyleRotate(Quaternion quaternion)

Parameters

quaternion

Remarks

3D rotations are only expected to work on world space panels and will cause masking issues on overlay panels.