This commit is contained in:
PC-20230316NUNE\Administrator
2024-02-02 15:38:13 +08:00
parent 877dca3b43
commit 00f56e11c7
228 changed files with 36944 additions and 20084 deletions

View File

@@ -0,0 +1,18 @@
using UnityEngine;
namespace Game.Plugins.App.Util
{
//临时的随机数 因为帧同步不允许随机数 所以临时用固定值代替
public class JNRandom
{
public static float value => 0.5f;
public static float Range(float min,float max)
{
return min + ((max - min) / 2);
}
public static Vector3 onUnitSphere => new Vector3(-0.577844f, 0.327635f, 0.177893f);
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: db0a4b2b86334e07a21aa0911a349612
timeCreated: 1706842240