unreal.RigVMFunction_MathBoxShift¶
- class unreal.RigVMFunction_MathBoxShift(box: Box = Ellipsis, amount: Vector = Ellipsis, result: Box = Ellipsis)¶
Bases:
RigVMFunction_MathBoxBaseMove 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 bybox(Box): [Read-Write]result(Box): [Read-Write]