Struct RangeInt
Inherited Members
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public struct RangeInt
Constructors
| Improve this Doc View SourceRangeInt(Int32, Int32)
Declaration
public RangeInt(int start, int length)
Parameters
Type | Name | Description |
---|---|---|
Int32 | start | |
Int32 | length |
Fields
| Improve this Doc View Sourcelength
Declaration
public int length
Field Value
Type | Description |
---|---|
Int32 |
start
Declaration
public int start
Field Value
Type | Description |
---|---|
Int32 |
Properties
| Improve this Doc View Sourceend
Declaration
public int end { get; }
Property Value
Type | Description |
---|---|
Int32 |