Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
Range (Index start, Index end) | |
override bool | Equals ([NotNullWhen(true)] object? value) |
bool | Equals (Range other) |
override int | GetHashCode () |
override string | ToString () |
int int Length | GetOffsetAndLength (int length) |
bool | Equals (T? other) |
Static Public Member Functions | |
static Range | StartAt (Index start) |
static Range | EndAt (Index end) |
Public Attributes | |
int | Offset |
Properties | |
Index | Start [get] |
Index | End [get] |
static Range | All [get] |