コード例 #1
0
 public virtual async Task <bool> Pop(Type type, object args, string animName = null)
 {
     return(await PopInternal(() => CurrentLayer.All(l => l.Model.GetType() != type), args, animName));
 }