Struct Range
Namespace: Unity.GoQL
Syntax
public struct Range
Constructors
Range(Int32, Int32)
Declaration
public Range(int start, int end)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | start | |
| Int32 | end |
Fields
end
Declaration
public int end
Field Value
| Type | Description |
|---|---|
| Int32 |
start
Declaration
public int start
Field Value
| Type | Description |
|---|---|
| Int32 |