unreal.TransformNoScale

class unreal.TransformNoScale(location: Vector = Ellipsis, rotation: Quat = Ellipsis)

Bases: 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: Vector

[Read-Write] The translation of this transform

Type:

(Vector)

property rotation: Quat

[Read-Write] The rotation of this transform

Type:

(Quat)