unreal.TransformNoScale

class unreal.TransformNoScale(location=[0.0, 0.0, 0.0], rotation=[0.0, 0.0, 0.0, 0.0])

Bases: unreal.StructBase

Transform No Scale

C++ Source:

  • Module: AnimationCore

  • File: TransformNoScale.h

Editor Properties: (see get_editor_property/set_editor_property)

  • location (Vector): [Read-Write] The translation of this transform

  • rotation (Quat): [Read-Write] The rotation of this transform

property location

[Read-Write] The translation of this transform

Type

(Vector)

property rotation

[Read-Write] The rotation of this transform

Type

(Quat)