BulletMLSample.MyBulletFunctions.GetRandom C# (CSharp) Méthode

GetRandom() public méthode

public GetRandom ( ) : float
Résultat float
        public float GetRandom()
        {
            return (float)Game1.rand.NextDouble();
        }