本站提供最佳mes制造执行源码服务,欢迎转载和分享。

【环球小镇 源码】【分数查询网页源码】【宁波小程序源码】untiycs源码

2024-11-19 03:36:47 来源:c serialport源码 分类:娱乐

1.Untiy相同周期在不同脚本中的执行顺序

untiycs源码

Untiy相同周期在不同脚本中的执行顺序

       可以设置脚本执行顺序

       Edit->Project Settings...->Script Execution Order

       写两个测试脚本看看效果:

       using System.Collections;

       using System.Collections.Generic;

       using UnityEngine;

       public class TestScriptA : MonoBehaviour

       {

           void Awake()

           {

               Debug.Log("TestScriptA: Awake()");

           }

       }

       -----------------------------------------------------------------------------------

       using System.Collections;

       using System.Collections.Generic;

       using UnityEngine;

       public class TestScriptB : MonoBehaviour

       {

           void Awake()

           {

               Debug.Log("TestScriptB: Awake()");

           }

       }

       将TestScriptA.cs和TestScriptB.cs挂到场景中的一个GameObject上,运行看看效果。环球小镇 源码

分数查询网页源码

       日志截图

分数查询网页源码

       更多Unity开发教程

分数查询网页源码

分数查询网页源码

【本文网址:http://5o.net.cn/html/79c267097250.html 欢迎转载】

copyright © 2016 powered by 皮皮网   sitemap