unreal.RigVMFunction_MathBoxIsInside¶
- class unreal.RigVMFunction_MathBoxIsInside(box: Box = Ellipsis, position: Vector = Ellipsis, result: bool = False)¶
Bases:
RigVMFunction_MathBoxBaseReturns true if a point is inside a given box
C++ Source:
Plugin: RigVM
Module: RigVM
File: RigVMFunction_MathBox.h
Editor Properties: (see get_editor_property/set_editor_property)
box(Box): [Read-Write] The box to testposition(Vector): [Read-Write] The position to check forresult(bool): [Read-Write] Returns true if the given point is inside the given box