unreal.RigVMFunction_MathBoxTransform

class unreal.RigVMFunction_MathBoxTransform(box: Box = Ellipsis, transform: Transform = Ellipsis, result: Box = Ellipsis)

Bases: RigVMFunction_MathBoxBase

Transforms the box by a given transform

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_MathBox.h

Editor Properties: (see get_editor_property/set_editor_property)

  • box (Box): [Read-Write]

  • result (Box): [Read-Write]

  • transform (Transform): [Read-Write]

property box: Box

[Read-Write]

Type:

(Box)

property result: Box

[Read-Only]

Type:

(Box)

property transform: Transform

[Read-Write]

Type:

(Transform)