unreal.RigVMFunction_MathBoxMoveTo

class unreal.RigVMFunction_MathBoxMoveTo(box: Box = Ellipsis, center: Vector = Ellipsis, result: Box = Ellipsis)

Bases: RigVMFunction_MathBoxBase

Moves the center of the box to a new location

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_MathBox.h

Editor Properties: (see get_editor_property/set_editor_property)

  • box (Box): [Read-Write]

  • center (Vector): [Read-Write] the new center for the box

  • result (Box): [Read-Write]

property box: Box

[Read-Write]

Type:

(Box)

property center: Vector

[Read-Write] the new center for the box

Type:

(Vector)

property result: Box

[Read-Only]

Type:

(Box)