Struct Range
Inherited Members
Namespace: UnityEngine.SocialPlatforms
Assembly: UnityEngine.dll
Syntax
public struct Range
Constructors
| 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 count
Field Value
Type | Description |
---|---|
Int32 |
from
Declaration
public int from
Field Value
Type | Description |
---|---|
Int32 |