luoyikun

导航

2022年1月14日 #

Unity3d:实现自己的Dotween,C#扩展方法,插值旋转,插值移动

摘要: C#扩展方法 C#扩展方法第一个参数指定该方法作用于哪个类型,并且该参数以 this 修饰符为前缀。 public static class ExtendMethods { public static tween DoRotate(this Transform transform, Vector3 阅读全文

posted @ 2022-01-14 22:06 luoyikun 阅读(45) 评论(0) 推荐(0)