unreal.RigVMFunction_MathBoxIsInside

class unreal.RigVMFunction_MathBoxIsInside(box: Box = Ellipsis, position: Vector = Ellipsis, result: bool = False)

Bases: RigVMFunction_MathBoxBase

Returns 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]

  • position (Vector): [Read-Write]

  • result (bool): [Read-Write]

property box: Box

[Read-Write]

Type:

(Box)

property position: Vector

[Read-Only]

Type:

(Vector)

property result: bool

[Read-Only]

Type:

(bool)