目录 1、使用协程Coroutine2、使用Invoke、InvokeRepeating函数3、使用Time.time4、使用Time.deltaTime5、使用DOTween。6、使用Vision Timer。 1、使用协程Coroutine
public class Test : MonoBehaviour
{// Start is called before the first frame updatevoid Start(){ …
Props state可变,props不可变,故子组件使用props较多
ar title "菜鸟教程";
// var title 123;
var MyTitle React.createClass({propTypes: {title: React.PropTypes.string.isRequired,},render: function() {return <h1> {this.…