Function _IrrSetZoneManagerBoundingBox

au3Irr2

au3Irr2 Function Reference

_IrrSetZoneManagerBoundingBox

Allows the user to manually set the bounding box of a zone manager node.

#Include <au3Irrlicht2.au3>
_IrrSetZoneManagerBoundingBox($h_ZoneManager, $f_X, $f_Y, $f_Z, $f_BoxWidth, $f_BoxHeight, $f_BoxDepth)

 

Parameters

$h_ZoneManager Handle to the zone node.
$f_X X position.
$f_Y Y position.
$f_Z Z position.
$f_BoxWidth Width of zone box.
$f_BoxHeight Height of zone box.
$f_BoxDepth Depth of zone box.

 

Return Value

Success: True
Failure: False

 

Remarks

None.

 

Related

[todo: functionName, functionName]