unreal.RigVMFunction_MathBoxExpand¶
- class unreal.RigVMFunction_MathBoxExpand(box: Box = Ellipsis, amount: Vector = Ellipsis, result: Box = Ellipsis)¶
Bases:
RigVMFunction_MathBoxBaseExpands the size of the box by a given 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 to grow / shrink the box bybox(Box): [Read-Write]result(Box): [Read-Write]