You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We now have the ability to create a Component with sufficient customisations. But however, the component has to be a circular arc. It can't be linear. We need to provide the ability to create a LINEAR component.
Now, my initial thought is to have a bendFactor parameter of range [0f,1f] where
{ 0f -> Linear,
1f -> Circular}
The text was updated successfully, but these errors were encountered:
We now have the ability to create a Component with sufficient customisations. But however, the component has to be a circular arc. It can't be linear. We need to provide the ability to create a LINEAR component.
Now, my initial thought is to have a
bendFactor
parameter of range [0f,1f] where{ 0f -> Linear,
1f -> Circular}
The text was updated successfully, but these errors were encountered: