C# Class UnityEngine.SocialPlatforms.Range

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Свойство Type Description
count int
from int

Méthodes publiques

Méthode Description
Range ( int fromValue, int valueCount ) : System

Constructor for a score range, the range starts from a specific value and contains a maxium score count.

Method Details

Range() public méthode

Constructor for a score range, the range starts from a specific value and contains a maxium score count.

public Range ( int fromValue, int valueCount ) : System
fromValue int The minimum allowed value.
valueCount int The number of possible values.
Résultat System

Property Details

count public_oe property

The total amount of scores retreived.

public int count
Résultat int

from public_oe property

The rank of the first score which is returned.

public int from
Résultat int