Searched defs:ChainParam (Results 1 – 1 of 1) sorted by relevance
60 struct ChainParam struct62 std::vector<std::string> ids;63 std::map<std::string, std::optional<float>> itemSize;64 AlignRule anchorHead;65 AlignRule anchorTail;66 ChainStyle chainStyle;67 BiasPair bias;68 float totalChainWeight;69 float remainingSpace = 0.0f; // default70 bool isCalculated = false;[all …]