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