unreal.Rotator3d¶
- class unreal.Rotator3d¶
Bases:
StructBaseAn orthogonal rotation in 3d space. note: The full C++ class is located here: EngineSourceRuntimeCorePublicMathRotator.h
C++ Source:
Module: CoreUObject
File: NoExportTypes.h
Editor Properties: (see get_editor_property/set_editor_property)
pitch(double): [Read-Write] Pitch (degrees) around Y axisroll(double): [Read-Write] Roll (degrees) around X axisyaw(double): [Read-Write] Yaw (degrees) around Z axis