Targeting System 2.0.0
Plugin for multipurpose targeting and visual effects.
|
Public Member Functions | |
Tuple (T1 item1, T2 item2, T3 item3, T4 item4, T5 item5, T6 item6, T7 item7, TRest rest) | |
Tuple (T1 item1) | |
int IComparable. | CompareTo (object obj) |
int IStructuralComparable. | CompareTo (object other, IComparer comparer) |
override bool | Equals (object obj) |
bool IStructuralEquatable. | Equals (object other, IEqualityComparer comparer) |
override int | GetHashCode () |
int IStructuralEquatable. | GetHashCode (IEqualityComparer comparer) |
string ITuple. | ToString () |
override string | ToString () |
bool | Equals (Tuple< T1 > other) |
Tuple (T1 item1, T2 item2) | |
int IComparable. | CompareTo (object obj) |
int IStructuralComparable. | CompareTo (object other, IComparer comparer) |
override bool | Equals (object obj) |
bool IStructuralEquatable. | Equals (object other, IEqualityComparer comparer) |
override int | GetHashCode () |
int IStructuralEquatable. | GetHashCode (IEqualityComparer comparer) |
string ITuple. | ToString () |
override string | ToString () |
bool | Equals (Tuple< T1, T2 > other) |
Tuple (T1 item1, T2 item2, T3 item3) | |
int IComparable. | CompareTo (object obj) |
int IStructuralComparable. | CompareTo (object other, IComparer comparer) |
override bool | Equals (object obj) |
bool IStructuralEquatable. | Equals (object other, IEqualityComparer comparer) |
override int | GetHashCode () |
int IStructuralEquatable. | GetHashCode (IEqualityComparer comparer) |
string ITuple. | ToString () |
override string | ToString () |
bool | Equals (Tuple< T1, T2, T3 > other) |
Tuple (T1 item1, T2 item2, T3 item3, T4 item4) | |
int IComparable. | CompareTo (object obj) |
int IStructuralComparable. | CompareTo (object other, IComparer comparer) |
override bool | Equals (object obj) |
bool IStructuralEquatable. | Equals (object other, IEqualityComparer comparer) |
override int | GetHashCode () |
int IStructuralEquatable. | GetHashCode (IEqualityComparer comparer) |
string ITuple. | ToString () |
override string | ToString () |
bool | Equals (Tuple< T1, T2, T3, T4 > other) |
Tuple (T1 item1, T2 item2, T3 item3, T4 item4, T5 item5) | |
int IComparable. | CompareTo (object obj) |
int IStructuralComparable. | CompareTo (object other, IComparer comparer) |
override bool | Equals (object obj) |
bool IStructuralEquatable. | Equals (object other, IEqualityComparer comparer) |
override int | GetHashCode () |
int IStructuralEquatable. | GetHashCode (IEqualityComparer comparer) |
string ITuple. | ToString () |
override string | ToString () |
bool | Equals (Tuple< T1, T2, T3, T4, T5 > other) |
Tuple (T1 item1, T2 item2, T3 item3, T4 item4, T5 item5, T6 item6) | |
int IComparable. | CompareTo (object obj) |
int IStructuralComparable. | CompareTo (object other, IComparer comparer) |
override bool | Equals (object obj) |
bool IStructuralEquatable. | Equals (object other, IEqualityComparer comparer) |
override int | GetHashCode () |
int IStructuralEquatable. | GetHashCode (IEqualityComparer comparer) |
string ITuple. | ToString () |
override string | ToString () |
bool | Equals (Tuple< T1, T2, T3, T4, T5, T6 > other) |
Tuple (T1 item1, T2 item2, T3 item3, T4 item4, T5 item5, T6 item6, T7 item7) | |
int IComparable. | CompareTo (object obj) |
int IStructuralComparable. | CompareTo (object other, IComparer comparer) |
override bool | Equals (object obj) |
bool IStructuralEquatable. | Equals (object other, IEqualityComparer comparer) |
override int | GetHashCode () |
int IStructuralEquatable. | GetHashCode (IEqualityComparer comparer) |
string ITuple. | ToString () |
override string | ToString () |
bool | Equals (Tuple< T1, T2, T3, T4, T5, T6, T7 > other) |
override bool | Equals (object obj) |
override int | GetHashCode () |
override string | ToString () |
bool | Equals (Tuple< T1, T2, T3, T4, T5, T6, T7, TRest > other) |
bool | Equals (object other, IEqualityComparer comparer) |
int | GetHashCode (IEqualityComparer comparer) |
int | CompareTo (object other, IComparer comparer) |
string | ToString () |
Static Public Member Functions | |
static Tuple< T1, T2, T3, T4, T5, T6, T7, Tuple< T8 > > | Create< T1, T2, T3, T4, T5, T6, T7, T8 > (T1 item1, T2 item2, T3 item3, T4 item4, T5 item5, T6 item6, T7 item7, T8 item8) |
static Tuple< T1, T2, T3, T4, T5, T6, T7 > | Create< T1, T2, T3, T4, T5, T6, T7 > (T1 item1, T2 item2, T3 item3, T4 item4, T5 item5, T6 item6, T7 item7) |
static Tuple< T1, T2, T3, T4, T5, T6 > | Create< T1, T2, T3, T4, T5, T6 > (T1 item1, T2 item2, T3 item3, T4 item4, T5 item5, T6 item6) |
static Tuple< T1, T2, T3, T4, T5 > | Create< T1, T2, T3, T4, T5 > (T1 item1, T2 item2, T3 item3, T4 item4, T5 item5) |
static Tuple< T1, T2, T3, T4 > | Create< T1, T2, T3, T4 > (T1 item1, T2 item2, T3 item3, T4 item4) |
static Tuple< T1, T2, T3 > | Create< T1, T2, T3 > (T1 item1, T2 item2, T3 item3) |
static Tuple< T1, T2 > | Create< T1, T2 > (T1 item1, T2 item2) |
static Tuple< T1 > | Create< T1 > (T1 item1) |
Public Attributes | |
T1 | item1 |
T2 | item2 |
T3 | item3 |
T4 | item4 |
T5 | item5 |
T6 | item6 |
T7 | item7 |
Properties | |
T1 | Item1 [get] |
T2 | Item2 [get] |
T3 | Item3 [get] |
T4 | Item4 [get] |
T5 | Item5 [get] |
T6 | Item6 [get] |
T7 | Item7 [get] |
TRest | Rest [get] |
int IStructuralComparable. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.CompareTo | ( | object | other, |
IComparer | comparer | ||
) |
Implements UniRx.IStructuralComparable.
int IStructuralComparable. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.CompareTo | ( | object | other, |
IComparer | comparer | ||
) |
Implements UniRx.IStructuralComparable.
int IStructuralComparable. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.CompareTo | ( | object | other, |
IComparer | comparer | ||
) |
Implements UniRx.IStructuralComparable.
int IStructuralComparable. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.CompareTo | ( | object | other, |
IComparer | comparer | ||
) |
Implements UniRx.IStructuralComparable.
int IStructuralComparable. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.CompareTo | ( | object | other, |
IComparer | comparer | ||
) |
Implements UniRx.IStructuralComparable.
int IStructuralComparable. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.CompareTo | ( | object | other, |
IComparer | comparer | ||
) |
Implements UniRx.IStructuralComparable.
int IStructuralComparable. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.CompareTo | ( | object | other, |
IComparer | comparer | ||
) |
Implements UniRx.IStructuralComparable.
bool IStructuralEquatable. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.Equals | ( | object | other, |
IEqualityComparer | comparer | ||
) |
Implements UniRx.IStructuralEquatable.
bool IStructuralEquatable. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.Equals | ( | object | other, |
IEqualityComparer | comparer | ||
) |
Implements UniRx.IStructuralEquatable.
bool IStructuralEquatable. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.Equals | ( | object | other, |
IEqualityComparer | comparer | ||
) |
Implements UniRx.IStructuralEquatable.
bool IStructuralEquatable. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.Equals | ( | object | other, |
IEqualityComparer | comparer | ||
) |
Implements UniRx.IStructuralEquatable.
bool IStructuralEquatable. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.Equals | ( | object | other, |
IEqualityComparer | comparer | ||
) |
Implements UniRx.IStructuralEquatable.
bool IStructuralEquatable. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.Equals | ( | object | other, |
IEqualityComparer | comparer | ||
) |
Implements UniRx.IStructuralEquatable.
bool IStructuralEquatable. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.Equals | ( | object | other, |
IEqualityComparer | comparer | ||
) |
Implements UniRx.IStructuralEquatable.
int IStructuralEquatable. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.GetHashCode | ( | IEqualityComparer | comparer | ) |
Implements UniRx.IStructuralEquatable.
int IStructuralEquatable. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.GetHashCode | ( | IEqualityComparer | comparer | ) |
Implements UniRx.IStructuralEquatable.
int IStructuralEquatable. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.GetHashCode | ( | IEqualityComparer | comparer | ) |
Implements UniRx.IStructuralEquatable.
int IStructuralEquatable. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.GetHashCode | ( | IEqualityComparer | comparer | ) |
Implements UniRx.IStructuralEquatable.
int IStructuralEquatable. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.GetHashCode | ( | IEqualityComparer | comparer | ) |
Implements UniRx.IStructuralEquatable.
int IStructuralEquatable. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.GetHashCode | ( | IEqualityComparer | comparer | ) |
Implements UniRx.IStructuralEquatable.
int IStructuralEquatable. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.GetHashCode | ( | IEqualityComparer | comparer | ) |
Implements UniRx.IStructuralEquatable.
string ITuple. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.ToString | ( | ) |
Implements UniRx.ITuple.
override string UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.ToString | ( | ) |
Implements UniRx.ITuple.
string ITuple. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.ToString | ( | ) |
Implements UniRx.ITuple.
override string UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.ToString | ( | ) |
Implements UniRx.ITuple.
string ITuple. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.ToString | ( | ) |
Implements UniRx.ITuple.
override string UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.ToString | ( | ) |
Implements UniRx.ITuple.
string ITuple. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.ToString | ( | ) |
Implements UniRx.ITuple.
override string UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.ToString | ( | ) |
Implements UniRx.ITuple.
string ITuple. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.ToString | ( | ) |
Implements UniRx.ITuple.
override string UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.ToString | ( | ) |
Implements UniRx.ITuple.
string ITuple. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.ToString | ( | ) |
Implements UniRx.ITuple.
override string UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.ToString | ( | ) |
Implements UniRx.ITuple.
string ITuple. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.ToString | ( | ) |
Implements UniRx.ITuple.
override string UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.ToString | ( | ) |
Implements UniRx.ITuple.
override string UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.ToString | ( | ) |
Implements UniRx.ITuple.