1
This commit is contained in:
@@ -149,12 +149,13 @@ namespace BITKit.UX
|
||||
}
|
||||
isActive = true;
|
||||
}
|
||||
async UniTask IEntryElement.EntryAsync()
|
||||
public virtual async UniTask EntryAsync()
|
||||
{
|
||||
if (entryDuration.Allow is false) return;
|
||||
while (CurrentOpacity < 1 && TargetOpacity is 1)
|
||||
{
|
||||
await UniTask.NextFrame(cancellationToken);
|
||||
if(destroyCancellationToken.IsCancellationRequested)return;
|
||||
}
|
||||
}
|
||||
void IEntryElement.Entered()
|
||||
|
Reference in New Issue
Block a user