unreal.RigVMFunction_MathBoxShift

class unreal.RigVMFunction_MathBoxShift(box: Box = Ellipsis, amount: Vector = Ellipsis, result: Box = Ellipsis)

Bases: RigVMFunction_MathBoxBase

Move the box by a certain amount

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_MathBox.h

Editor Properties: (see get_editor_property/set_editor_property)

  • amount (Vector): [Read-Write] the amount / vector to shift the box by

  • box (Box): [Read-Write]

  • result (Box): [Read-Write]

property amount: Vector

[Read-Write] the amount / vector to shift the box by

Type:

(Vector)

property box: Box

[Read-Write]

Type:

(Box)

property result: Box

[Read-Only]

Type:

(Box)