CameraBuddy.Spectate.Core.Random.RandomVector3 C# (CSharp) 메소드

RandomVector3() 공개 정적인 메소드

public static RandomVector3 ( System.Vector3 min, System.Vector3 max ) : System.Vector3
min System.Vector3
max System.Vector3
리턴 System.Vector3
        public static Vector3 RandomVector3(Vector3 min, Vector3 max)
        {
            return SRandom.NextVector3(min, max);
        }
        public static double NextDouble(double min, double max)