
Unity3d
扔个苹果砸到牛顿
Unity3d开发交流,记录
展开
-
Unity3d 2019.4.28读取Excel(打包exe)
Unity3d 2019.4.28读取Excel(打包exe)原创 2022-07-18 14:40:18 · 783 阅读 · 1 评论 -
unity3d 反射获取面板的Rotation的值
//获取到旋转的正确数值 public Vector3 GetInspectorRotationValueMethod(Transform transform) { // 获取原生值 System.Type transformType = transform.GetType(); PropertyInfo m_propertyInfo_rotationOrder = transformType.GetProperty("rotation...原创 2020-08-19 11:18:40 · 1144 阅读 · 2 评论