C# Class WeightedRandom.RandomSelection, NGTools

Afficher le fichier Open project: Naphier/NGTools

Méthodes publiques

Свойство Type Description
probability float

Méthodes publiques

Méthode Description
GetValue ( ) : float
RandomSelection ( float minValue, float maxValue, float probability ) : UnityEngine

Method Details

GetValue() public méthode

public GetValue ( ) : float
Résultat float

RandomSelection() public méthode

public RandomSelection ( float minValue, float maxValue, float probability ) : UnityEngine
minValue float
maxValue float
probability float
Résultat UnityEngine

Property Details

probability public_oe property

public float probability
Résultat float