C# 클래스 UnityEngine.SocialPlatforms.Range

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
count int
from int

공개 메소드들

메소드 설명
Range ( int fromValue, int valueCount ) : System

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

메소드 상세

Range() 공개 메소드

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.
리턴 System

프로퍼티 상세

count 공개적으로 프로퍼티

The total amount of scores retreived.

public int count
리턴 int

from 공개적으로 프로퍼티

The rank of the first score which is returned.

public int from
리턴 int