modify
This commit is contained in:
parent
70468d6a22
commit
dad3b33f9e
@ -31,6 +31,11 @@ namespace AlicizaX.AnimationFlow.Runtime
|
|||||||
target.sizeDelta = from;
|
target.sizeDelta = from;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (Condition())
|
||||||
|
{
|
||||||
|
target.sizeDelta = to;
|
||||||
|
}
|
||||||
|
|
||||||
enterValue = target.sizeDelta;
|
enterValue = target.sizeDelta;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -58,6 +63,5 @@ namespace AlicizaX.AnimationFlow.Runtime
|
|||||||
{
|
{
|
||||||
return target != null ? target.name : null;
|
return target != null ? target.name : null;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user