Struct Range
Inherited Members
Namespace: UnityEngine.SocialPlatforms
Assembly: UnityEngine.dll
Syntax
public struct RangeConstructors
| Improve this Doc View SourceRange(Int32, Int32)
Declaration
public Range(int fromValue, int valueCount)Parameters
| Type | Name | Description | 
|---|---|---|
| Int32 | fromValue | |
| Int32 | valueCount | 
Fields
| Improve this Doc View Sourcecount
Declaration
public int countField Value
| Type | Description | 
|---|---|
| Int32 | 
from
Declaration
public int fromField Value
| Type | Description | 
|---|---|
| Int32 |