StyleRotate
Creates a StyleRotate from a Rotate.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
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
Remarks
3D rotations are only expected to work on world space panels and will cause masking issues on overlay panels.