unreal.RigVMFunction_MathTransformMirrorTransform
¶
- class unreal.RigVMFunction_MathTransformMirrorTransform(value: Transform = Ellipsis, mirror_axis: AxisType = Ellipsis, axis_to_flip: AxisType = Ellipsis, central_transform: Transform = Ellipsis, result: Transform = Ellipsis)¶
Bases:
RigVMFunction_MathTransformBase
Mirror a transform about a central transform.
C++ Source:
Plugin: RigVM
Module: RigVM
File: RigVMFunction_MathTransform.h
Editor Properties: (see get_editor_property/set_editor_property)
axis_to_flip
(AxisType): [Read-Write] the axis to flip for rotationscentral_transform
(Transform): [Read-Write] The transform about which to mirrormirror_axis
(AxisType): [Read-Write] the axis to mirror againstresult
(Transform): [Read-Write]value
(Transform): [Read-Write]