halfSizeLimit method

bool halfSizeLimit()

ending在比一半尺寸还小的位置时太丑 true 最少也会偏移到bias0.5的位置,不会比0.5再小了 false 无限制 将会偏移到bias0.5

Implementation

bool halfSizeLimit() => getPlayingLineBias() < 0.5;