SizeLock.limit

The maximum size of this node. If a value on either axis is 0, limit will not be applied on the axis.

limit has been superseded by sizeLimit, which uses floats instead of integers, like the rest of Fluid. For now, it takes priority over sizeLimit if set.

class SizeLock(T : Node)
SizeLimit limit;

Meta