Class: MeshLayer
Lua
C++
Edit

MeshLayer::SetHeightConstraints

This method sets the height constraints for the mesh layer. This affects the way the MeshLayer::Fill method works.

Syntax

Parameter Description
minheight instances will not appear below this height
maxheight instances will not appear above this height

Comments

The value NAN can be used to disable one or both constraints.

By default height constraints are disabled.

Copyright © 2024 Ultra Software.
All rights reserved.