background picture of the home page

Hi,Friend

Csharp笑传之委托

using System; namespace Lesson12_委托 { #region 知识点一 委托是什么 //委托是 函数(方法)的容器 //可以理解为表示函数(方法)的变量类型 //用来 存储、传递函数(方法) //委托的本质是一个类,用来定义函

thumbnail of the cover of the post

Unity_动态障碍

using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.AI; public class Lesson64 : MonoBehaviour { priv

thumbnail of the cover of the post

Unity_动画匹配

using System.Collections; using System.Collections.Generic; using UnityEngine; public class Lesson56 : MonoBehaviour { private Animator animator;

thumbnail of the cover of the post

Unity_IK

using System.Collections; using System.Collections.Generic; using UnityEngine; public class Lesson55 : MonoBehaviour { private Animator animator;

thumbnail of the cover of the post