当前位置:网站首页>Unity sub thread calls UI of main thread
Unity sub thread calls UI of main thread
2022-06-22 14:28:00 【Cangwolf King unity College】
Unity The child thread calls the main thread's UI
1. stay Unity in , A child thread cannot call Unity Main thread API Of , because unity It's not allowed .
The function to be called in the sub thread , Pass to by delegation Loom Delegate list in , stay Loom To call the delegate . because Loom It's inheritance MonoBehavior Of , Mounted on an empty object , So it is up to him to carry out the Commission , Self heating is no problem !
2. Detailed ideas : At the beginning Unity Create a new object in obj, Hang up Loom Script .
Loom There is List listActions;
Jiangzi Functions in threads , In the form of Commission , Pass to listActions,Loom stay Updata Inside , Polling to invoke delegates .
Subtly make the sub thread unable to call the main thread API Turn into The sub thread passes to the... Above the empty object Loom, stay Loom Inside, call the delegate to call the main thread API.
using UnityEngine;
using System.Collections.Generic;
using System;
using System.Threading;
using Sy
边栏推荐
猜你喜欢

Stop using system Currenttimemillis() takes too long to count. It's too low. Stopwatch is easy to use!

Getting started with go web programming: validators

安装和使用protobuf-c

【考研攻略】北京交通大学网络空间安全专业2018-2022年考研数据分析

看完这篇 教你玩转渗透测试靶机Vulnhub——DriftingBlues-5

Stop using system Currenttimemillis() takes too long to count. It's too low. Stopwatch is easy to use!

How to add a mask to a VR panoramic work? What is the function?

作为程序员,职业规划需要注意的四个阶段

Aliyundrive fuse that allows jellyfin to directly mount alicloud disks

How location coding (PE) works in transformers
随机推荐
Shan Zhiguang, chairman of BSN Development Alliance: DDC can provide the underlying support for the development of China's meta universe industry
transformers VIT图像模型向量获取
Nine good programming habits for 10 years
30岁之前一定要明白的道理
机器学习之感知机
After reading this article, I will teach you to play with the penetration test target vulnhub - drivetingblues-5
芯片硅片与流片技术
看完这篇 教你玩转渗透测试靶机Vulnhub——DriftingBlues-5
Simple integration of client go gin IX create
C# 分页计算 总页数、当前页数据集合
Maui uses Masa blazor component library
验证码是自动化的天敌?看看大神是怎么解决的
Nested assignment of D
HW is around the corner. Can't you read the danger message?
Kukai TV ADB
Cve - 2022 - 22965 Resume
Tasks and responsibilities of the test team and basic concepts of testing
How do I open an account on my mobile phone? Is it safe to open an account online?
CVE-2022-22965複現
Cve-2022-22965 reappearance