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
Hi, i make 2 custom actions dropdown and up, but i'm need only two lines (for library 3 is necessary)
with it my action animation is ugly, also please understand LineSegments
publicclassDropdownActionextendsAction{
publicDropdownAction() {
lineData = newfloat[]{
// first line0.2f, 0.7f, 0.5f, 0.4f,
// second line0.45f, 0.4f, 0.75f, 0.7f,
// third line @unused0,0,0,0
};
}
}
publicclassUpActionextendsAction{
publicUpAction() {
lineData = newfloat[]{
// first line0.2f, 0.4f, 0.5f, 0.7f,
// second line0.45f, 0.7f, 0.75f, 0.4f,
0,0,0,0
};
}
}
The text was updated successfully, but these errors were encountered:
Hi, i make 2 custom actions dropdown and up, but i'm need only two lines (for library 3 is necessary)
with it my action animation is ugly, also please understand LineSegments
The text was updated successfully, but these errors were encountered: